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

Add validation rules for SED-ML L1V4 #59

Open
5 of 7 tasks
jonrkarr opened this issue Aug 9, 2021 · 0 comments
Open
5 of 7 tasks

Add validation rules for SED-ML L1V4 #59

jonrkarr opened this issue Aug 9, 2021 · 0 comments
Labels

Comments

@jonrkarr
Copy link
Member

jonrkarr commented Aug 9, 2021

From #57

For L1v4, the additional restrictions apply:

  • Style
    • Network of base styles should be acyclic (Style.base)
    • Color should be a 6 or 8 digit case-insensitive hexidecimal string (/[a-f0-9]{6,6}|[a-f0-9]{8,8}/i)
    • LineStyle.thickness should be non-negative
    • MarkerStyle.size should be non-negative
    • MarkerStyle.lineThickness should be non-negative
  • Parameter estimation
    • A ParameterEstimationTask must have at least one AdjustableParameter, and at least one FitExperiment.
    • A FitExperiment must have at least one FitMapping.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant