-
Notifications
You must be signed in to change notification settings - Fork 18
Get metadata from user input instead of making assumptions in Writer. #293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 15 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
8ec9f1e
Get metadata from user input instead of making assumptions in Writer.
kyleaoman e761def
Update extrapart tests and fix bugs.
kyleaoman e1a19f3
Excise manually defined particle fields.
kyleaoman 22720b5
Use fixtures to make sure we cleanly setup/teardown extra particle te…
kyleaoman 3e9b342
Excise the hard-coded unit metadata.
kyleaoman de970fb
Remove interdependency between tests.
kyleaoman b09d6ae
More permissive tolerance for dodgy vis test (already an issue on git…
kyleaoman c939e20
Start implementing a test suite for writer.
kyleaoman c18f213
Add a few more tests of the Writer.
kyleaoman dc82ad4
Fix some docstring style issues.
kyleaoman 303606c
Complete enough Writer test coverage for now.
kyleaoman 46be769
Update narrative docs for Writer.
kyleaoman 99d1a9a
Refactor units.py, move into metadata.
kyleaoman 2da8249
Have a pass over docstrings to improve them.
kyleaoman 2279873
Just import as Writer instead of aliasing afterwards.
kyleaoman 0eb596c
Tidy up __all__ in swiftsimio.__init__.
kyleaoman afc6af1
Fix bug in MIPS calculation.
kyleaoman bd062bb
Merge branch 'master' into remove_unit_metadata
kyleaoman 235cec7
Update expected error message for more informative error message.
kyleaoman 184b29c
Merge branch 'remove_unit_metadata' of github.com:SWIFTSIM/swiftsimio…
kyleaoman df08eb0
Add a test element for the size of the generated smoothing lengths.
kyleaoman d64656a
Add tests for boxsize and dimension agreement.
kyleaoman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 was deleted.
Oops, something went wrong.
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to add Writer to all
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's actually there at the bottom of the list, but SWIFTSnapshotWriter appears incorrectly... tidied up.