Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify compartmental models information db model to contain parameters_allowed_range field #42

Open
jearistiz opened this issue May 2, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@jearistiz
Copy link
Member

jearistiz commented May 2, 2021

Add the field parameters_allowed_range: dict[str, list[float, float]] to compartmental models information db model. The list must contain a minimum allowed value in the first field and a maximum allowed value in the second field. If there is no minimum or maximum bound, use None. The keys of the dictionary must be the parameters names.

@jearistiz jearistiz added enhancement New feature or request help wanted Extra attention is needed labels May 2, 2021
@jearistiz jearistiz changed the title Modify compartmental models information db model to contain parameters_allowed_rage field Modify compartmental models information db model to contain parameters_allowed_range field May 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants