-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enforce
exact_match=True
when listing JSON file for `get_estimated_…
…time` for MPH (#467) * Enforce exact_match=True for get_estimated_time * Ensure we're not searching for the actual extension * Modify list_files to use "correct" syntax for exact_match=True and filter out non-.json * Make workflow of getting bin file easier * Remove the == 0 * Add processing.json files to test * Fix bin file generation by simulating update only after .json file written (not immediately after .bin file written) * Formatting to avoid going over 100 characters per line * Add trailing comma to please black linter * Print statement debugging * See if an OSError is being thrown * More debugging statements: need to see the MPH process * Test the presence and contents of log_out * See what the actual log path is being set to * Try adding a simple logging statement at the beginning to force * Try to set logging propagation to be False * Fix pyproject.toml logging * Additional changes to pytest pyproject.toml * Lowercase true for pyproject.toml * Attempt to force pytest fixture to write to log file * Add logging import * Remove whitespace * Try to fix logging issue * Overwrite pytest.txt with blank stuff * More testing fixes * Use the absolute path to the directory for accessing hte log * Adjust error message * Don't print add_blank * Check if the error is happening during the renaming phases * Add some more tests in * Actually get image_stitching to print out debug * Pin watchdog to version 6 * Update lock file * Add debug workflow to GitHub PR * Remove the lock entirely * Nuke file timer functionality * Test deleting the lock AND the timer * Try pushing old slow copy tissue data * removed debug * See if sleeping for 2 seconds will prevent the toffy segmentation error from popping up * black formatting * Massive test overhaul: see how many tests pass now * Remove old _slow_copy_tissue... function * Linting checks * PYCODESTYLE * Add fixes to temporary work around list_folders and list_files in rosetta * Strict matching required between underscores: "pulse_height" will not match "pulse_heights_..." * Fix list_folders in normalize_image.py to correctly list all FOVs, add TODO for fixing verify_same_elements edge case * Fix list_folders in merge_partial_runs * Formatting * Remove print statements * Remove debug comment * Reset fov_watcher.py back to original * More resetting * Remove unnecessary try-except block in fov_watcher_test.py * Never mind, add old try-except back in (but don't print watcher lag) * Fix copy_image_files with bad list_folders calls removed * ruff linting --------- Co-authored-by: Alex Kong <[email protected]> Co-authored-by: Sricharan Reddy Varra <[email protected]>
- Loading branch information
1 parent
5f16d6f
commit c31d51e
Showing
14 changed files
with
1,917 additions
and
1,603 deletions.
There are no files selected for viewing
Empty file.
Empty file.
Empty file.
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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