NCAR/esmlab

_get_weights_and_dims should accept tuple dim argument

Closed this issue · 2 comments

This line

elif isinstance(dim, list):

should check for iterable, not just list.

Thanks Matt I will look at this on Monday! Focusing on my MS thesis this weekend.

Fixed in #97