-
-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b9bd1cf
commit 9c3338a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule micro-manager
updated
11 files
+1 −1 | .github/workflows/run-unit-tests.yml | |
+1 −0 | CHANGELOG.md | |
+7 −0 | docs/configuration.md | |
+11 −1 | docs/installation.md | |
+1 −1 | docs/running.md | |
+17 −0 | micro_manager/config.py | |
+74 −36 | micro_manager/micro_manager.py | |
+4 −1 | pyproject.toml | |
+1 −0 | tests/unit/micro-manager-config_crash.json | |
+1 −0 | tests/unit/test_interpolation.py | |
+2 −0 | tests/unit/test_micro_simulation_crash_handling.py |