-
Notifications
You must be signed in to change notification settings - Fork 663
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for NetCDF files with no time (#4074)
* attempt to deal with netcdf without time * NetCDF update * edited to my real name * time is now setted based on frame index * added the tests for cpptraj netcdf trajs * shrinked the cpptraj traj test files * if time is not set, use default time assignment * rely just on one traj instead of two * made the linter happyer * removed unnecessary commented code Co-authored-by: Irfan Alibay <[email protected]> * renamed misnamed method Co-authored-by: Irfan Alibay <[email protected]> * Update testsuite/MDAnalysisTests/coordinates/test_netcdf.py Co-authored-by: Irfan Alibay <[email protected]> * Update package/CHANGELOG Co-authored-by: Irfan Alibay <[email protected]> * Update testsuite/MDAnalysisTests/datafiles.py Co-authored-by: Irfan Alibay <[email protected]> * Update test_netcdf.py * fixed and improved dt checking * warn the user about missing time --------- Co-authored-by: Irfan Alibay <[email protected]>
- Loading branch information
1 parent
cf8d5ce
commit 72e3cdb
Showing
7 changed files
with
823 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.