-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
load_profiles should work with PurePath types (#285)
* add test that breaks upon purepath * add back pytest * switch type check to purepath to capture both path and purepath instance types * Update pycytominer/tests/test_cyto_utils/test_load.py Co-authored-by: Dave Bunten <[email protected]> * add docstring * fix type hint * move file path resolve to test_parquet function this change required propagation to other files * check no file found adding various other improveements as well including testing load_profiles() with parquet and other software gardening * remove extra space * add clarifying comments and update docstring --------- Co-authored-by: Dave Bunten <[email protected]>
- Loading branch information
Showing
2 changed files
with
48 additions
and
46 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