Skip to content

Commit

Permalink
ft: Created environments module, which handle the creation, staging o…
Browse files Browse the repository at this point in the history
…f conda/pip/docker environments, as well as the running a source code within.

tests: added tests for EnvironmentHandler classess and subclasses
build: added packaging as requirement. Harmonized requirements.txt and requirements_dev.txt
style: used black on model.py and unit tests
  • Loading branch information
pabloitu committed Jul 30, 2024
1 parent c836683 commit a55e4d5
Show file tree
Hide file tree
Showing 16 changed files with 1,186 additions and 449 deletions.
2 changes: 1 addition & 1 deletion examples/case_g/models.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- pymock:
path: pymock
func: python run.py
func: pymock
func_kwargs:
n_sims: 100
mag_min: 3.5
Expand Down
Loading

0 comments on commit a55e4d5

Please sign in to comment.