-
Notifications
You must be signed in to change notification settings - Fork 19
Removal of GrainCropDirections and ImageGrainCrops classes #1235
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
base: main
Are you sure you want to change the base?
Conversation
…sitive and negative values
…threshold-data-types
|
Hi @tobyallwood Good work going through all the conflicts. Does this make #1213 redundant now then? If so it can be closed. We should also update the title of this Pull Request to reflect the work it contains (removal of |
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.
Suggest disabling too-many-positional-arguments once at the top for the whole file.
We don't really care about this particular linting rule for tests.
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.
Sorted
e551435 to
c4fb546
Compare
TopoStats Pull Requests
Merge conflicts from tobyallwood/threshold-data-types attempting to merge into the most recent version of main have been resolved and all tests pass.
In this change:
GrainCropDirectionsandImageGrainCropsclasses have been removed.cropsdict andfull_mask_tensorarrays have been moved to theTopoStatsclass (whereImageGrainCropsused to be stored)GrainCropclass instances.Before submitting a Pull Request please check the following.
docs/configuration.mddocs/usage.mddocs/data_dictionary.mddocs/advanced.mdand new pages it should link to.topostats/default_config.yamlIf adding options to
topostats/default_config.yamlplease ensure.topostats/validation.pyto ensure entries are valid.topostats/entry_point.py.