Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Mar 5, 2024
1 parent bc5537d commit b011df0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@main
with:
ref: main
fetch-depth: 0
# fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@main
Expand Down
4 changes: 3 additions & 1 deletion biosimulator_processes/steps/parameter_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ class DeterministicTimeCourseParameterScan(ParameterScan):
used to run during update
"""
config_schema = {
'process_config': TimeCourseProcessConfigSchema().model_dump(),
'process_config': {
'_default': TimeCourseProcessConfigSchema().model_dump(),
'_type': 'tree[string]'},
'n_iterations': 'int',
'iter_start': 'maybe[float]',
'perturbation_magnitude': 'float',
Expand Down

0 comments on commit b011df0

Please sign in to comment.