- Notifications
You must be signed in to change notification settings - Fork 19
Open
Milestone
Description
- If any code is reused in tests, put it all in a function. If a particular function is shared across multiple test files, put it in the conftest.
- Rethink names of functions (e.g. isfloat -> is_float, are_files_same -> files_same). This is to mirror
numpy'sall_closefunction naming.
- Rethink names of functions (e.g. isfloat -> is_float, are_files_same -> files_same). This is to mirror
- Think up edge cases and cover them. One important one:
smear-pdfwhen the target and objectiveg(r)functions are on different grids. This has not been covered in our tests. - Need tests for interfacing plotting and
morphapp.
Metadata
Metadata
Assignees
Labels
No labels