-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
creating the new mock decorator and updating the config file (#49)
* creating the new mock decorator and updating the config file * adding docstrings and making ruff linter edits * fixing flake8 errors * bug fixes * flake8 fixes * Update .pylintrc * Update ci.yaml * updating slack & email alarms using cli fixing the errors from previous commit * Update ci.yaml * Update ci.yaml * Update ci.yaml * fixing linting errors * Update config_file.py * Update cli.py * Update config_file.py * mypy fixes * Update experiment.py * Update cli.py * using alab_management_config_sim.toml file during simulation the config file can now be toggled depending on whether or not the workflow is run under the "simulation" mode. * Update config.py * Update alarm.py * 1. adding dynamic control in cleanup_lab 2. removed the redundancy caused by two alab_management config files 3. removed redundant --sim_mode flags from cli * Fixing the tests * ruff fixes * flake8 fixes * bug fixes * changing the way database name is referenced in cleanup_lab
- Loading branch information
1 parent
a7f7636
commit 1a4d697
Showing
50 changed files
with
507 additions
and
564 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
from alab_management import import_device_definitions | ||
# from alab_management import import_device_definitions | ||
|
||
import_device_definitions(__file__, __name__) | ||
# import_device_definitions(__file__, __name__) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
from alab_management import import_task_definitions | ||
# from alab_management import import_task_definitions | ||
|
||
import_task_definitions(__file__, __name__) | ||
# import_task_definitions(__file__, __name__) |
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
Oops, something went wrong.