-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a combination of 4 commits. fix stop-workers, refactor integration tests, and fix pylint errors fix pylint errors in merlin/ directory fixed minor schema validation bugs fix stop-workers flags and refactor integration tests fix stop-workers flags and refactor integration tests added a mapping getter to MerlinSpec object update gitignore to ignore test outputs add ability to see all tests in table format update integration tests to use a different format and add stop-workers tests fix flags for stop-workers update CHANGELOG add Brian to contributors add a cleanup step to the stop-workers tests fix schema validation bugs pylint fixes to top level of merlin/ dir pylint fixes for merlin/common/ dir pylint fixes for merlin/config/ dir pylint fixes for merlin/examples/ dir pylint fixes for merlin/exceptions/ dir pylint fixes for merlin/server/ dir pylint fixes for merlin/spec/ dir pylint fixes for merlin/study/ dir pylint fixes for tests/integration/ dir pylint configuration changes fix-style changes remove a pylint config option that didn't work add negationchecks to two stop-workers tests update changelog to show pylint fix merge changes from develop fix some merge/pylint issues update github workflow to run all distributed tests modify wording in the docs related to stop-workers new pylint fixes after merging develop fixing issues with rebase fix merge issues that somehow got through remove duplicate entries from changelog fix more pylint errors in common/ and config/ fix additional pylint errors in examples/ exceptions/ and merlin/ top-level fix additional pylint errors in server/ and spec/ refactor batch.py for pylint fixes and general cleanup update variable name to make things cleaner move a celery specific function to celery.py add explanation of why we disable similar code warning fix additional pylint errors in study/ directory additional pylint fixes for utils.py and conditions.py final pylint updates refactor construct_worker_launch_command update CHANGELOG run fix-style fix import issues fix conflict between black and isort move import back inside function to fix issues move another import back inside function add some logging messages to debug why tests fail on github add extra log statements for debugging remove batch refactor
- Loading branch information
Showing
43 changed files
with
631 additions
and
434 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ Joe Koning <[email protected]> | |
Jeremy White <[email protected]> | ||
Aidan Keogh | ||
Ryan Lee <[email protected]> | ||
Brian Gunnarson <[email protected]> | ||
Brian Gunnarson <[email protected]> |
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
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.