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
To test the operation of the collect function in #59 I am using the create_bout_ds_list function from test_load, which was used to generate test data for test_animate.
The problem lies with the keep_xboundaries and keep_yboundaries kwargs of _auto_open_mfboutdataset. If True, these should increase the x and y dimensions, respectively, but it has the opposite effect on the data from create_bout_ds_list.
I have tried it with actual BOUT++ data, and the parameters behave as expected. It seems to be specific to create_bout_ds_list data, but I can't ascertain why this is.
The text was updated successfully, but these errors were encountered:
To test the operation of the collect function in #59 I am using the
create_bout_ds_list
function fromtest_load
, which was used to generate test data fortest_animate
.The problem lies with the
keep_xboundaries
andkeep_yboundaries
kwargs of_auto_open_mfboutdataset
. If True, these should increase the x and y dimensions, respectively, but it has the opposite effect on the data fromcreate_bout_ds_list
.I have tried it with actual BOUT++ data, and the parameters behave as expected. It seems to be specific to
create_bout_ds_list
data, but I can't ascertain why this is.The text was updated successfully, but these errors were encountered: