-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for profiling with Scalene (#60)
Additionally: * Simplify and document dependency management * Update `algorithm_config.yaml` to use latest structure and names * Add script to register an algorithm version * Add script to delete an algorithm version * Eliminate dash (-) as default for optional fields because DPS always provides an empty string (`''`) for "empty" inputs so that there are always the same number of positional arguments (one per defined input)
- Loading branch information
1 parent
b350bc4
commit e1cf5d5
Showing
26 changed files
with
21,985 additions
and
6,787 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 |
---|---|---|
@@ -1,11 +1,6 @@ | ||
{ | ||
"deepscan.enable": true, | ||
"python.linting.mypyEnabled": true, | ||
"python.analysis.stubPath": "./gedi-subset/typings", | ||
"python.formatting.provider": "black", | ||
"python.analysis.extraPaths": [ | ||
"./gedi-subset/src" | ||
], | ||
"mypy.runUsingActiveInterpreter": true, | ||
"mypy.configFile": "gedi-subset/pyproject.toml" | ||
] | ||
} |
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.