Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-17 | Fix bug when initializing Temp DatasetGroups | zsloan | |
2022-09-21 | Added Markers/HumanMarkers import to datasetgroup.py and removed it from | zsloan | |
__init__.py Previously it threw an error when it tried to use Markers/HumanMarkers in datasetgroup.py; since Markers/HumanMarkers doesn't seem to be used anywhere else, I think it's okay for the import to only be in datasetgroup.py | |||
2022-09-20 | Decompose file into separate modulesrefactor-data_set_py-20220920 | Frederick Muriuki Muriithi | |
To ease future refactors on the code, decompose the file into a module with multiple modules that can be refactored semi-independently. |