Most tests in test_time.py will fail with messages like:
AttributeError: module 'netcdftime' has no attribute 'DatetimeNoLeap'
because I am using the netcdftime package that comes with netcdf4, which is not the one you want Sympl to use.
Thanks :P I'll have to add in some kind of way of checking whether the netcdftime package installed is the correct version, and if not then disabling its functionality.
Most tests in
test_time.py
will fail with messages like:AttributeError: module 'netcdftime' has no attribute 'DatetimeNoLeap'
because I am using the netcdftime package that comes with netcdf4, which is not the one you want Sympl to use.