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 unit tests #4

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Add unit tests #4

wants to merge 7 commits into from

Conversation

jialuw96
Copy link
Collaborator

@jialuw96 jialuw96 commented Apr 22, 2024

Add unit tests, including:

  • test kinetics examples with A- and D-optimality, mixed-integer or relaxed in Pyomo
  • test kientics examples with A-optimality MILP, and D-optimality NLP in Cvxpy
  • test functions, including MeasurementData, SensitivityData, and all five types of covariance matrix

@jialuw96 jialuw96 requested a review from adowling2 April 22, 2024 05:42
@jialuw96
Copy link
Collaborator Author

@adowling2 Please see the following for the unit tests added. The instructions on what are them and how to run them are also updated in the readme file. Thank you!

  • test_example.py: test the kinetics example in Pyomo in A- and D-optimality, mixed integer and relaxed
  • test_cvxpy.py: test the kinetics example in Cvxpy in A-optimality MILP and D-optimality NLP problems
  • test_function.py: test the SensitivityData, MeasurementData objects, and all five types of covariance matrix

@ksbeattie
Copy link
Member

@adowling2 what about this one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants