-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add BiG-SCAPE 2 to dependencies * add example config for bigscape 2 * implement running BiG-SCAPE * fix bigscape2 dependency * copy db file properly * remove cluster arg * run ruff formatter * fix ruff check issues * ensure str for mypy static type checking * Move configuration to correct file * use os.path.join instead of string concat * fix merge mistake * remove extra bigscape 2 files * add missing library * add validator for bigscape version * add test for bigscape version * fix typo * add simple run testing * add test to check for nonextent input path * add info to docstring * add exception on invalid version number * move log to after validation * add version info to log * use specific exception * rework return codes and exceptions * add wrong version test * add invalid path test for v2 * specify exception * fix tests not correctly running * change imports to reflect style in other tests * specify exception type * add minimal test data * add real data tests * remove class * force string for mypy * Apply suggestions from code review Co-authored-by: Cunliang Geng <[email protected]> * add exceptions to docstring * add docstring to tests * use tmp path instead of data path * add missing typing * add explanation of cluster mode * parameterize tests * remove two gbks * better documentation * skip tests with dataset * do not check output code within run * move log * add test with incorrect parameters for runtime exception * remove temporary nplinker.toml * add stderr to error log * add import needed for skipping test on CI * Apply suggestions from code review Co-authored-by: Cunliang Geng <[email protected]> * expand docstring * Apply suggestions from code review Co-authored-by: Cunliang Geng <[email protected]> * fix ruff complaints --------- Co-authored-by: Cunliang Geng <[email protected]>
- Loading branch information
1 parent
1e23e57
commit f767bfa
Showing
10 changed files
with
3,565 additions
and
27 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
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.