Skip to content

Commit

Permalink
test inspection function add. features
Browse files Browse the repository at this point in the history
  • Loading branch information
thorek1 committed Sep 24, 2023
1 parent 9aace5b commit 1af4f08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/functionality_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,9 @@ function functionality_test(m; algorithm = :first_order, plots = true, verbose =
get_dynamic_equations(m)
get_calibration_equations(m)
get_parameters(m)
get_parameters(m, values = true)
get_calibrated_parameters(m)
get_calibrated_parameters(m, values = true)
get_parameters_in_equations(m)
get_parameters_defined_by_parameters(m)
get_parameters_defining_parameters(m)
Expand Down

0 comments on commit 1af4f08

Please sign in to comment.