You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently many data_model and DatasetDict tests are not carried out using netcdf4, but only xarray. this is because certain variable types (particularly time) needs extra code. I explored the code for how xarray solves this (using netcdf4 as a backend), but it is not obvious.
along these lines, the test_prms_param_separate.py does not separate parameters using netcdf4. Would be good to have that included.
The text was updated successfully, but these errors were encountered:
currently many data_model and DatasetDict tests are not carried out using netcdf4, but only xarray. this is because certain variable types (particularly time) needs extra code. I explored the code for how xarray solves this (using netcdf4 as a backend), but it is not obvious.
along these lines, the test_prms_param_separate.py does not separate parameters using netcdf4. Would be good to have that included.
The text was updated successfully, but these errors were encountered: