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

Fixes #541 extend set parameter value by path #543

Merged
merged 1 commit into from
Jul 1, 2021

Conversation

msevestre
Copy link
Member

No description provided.

sim <- loadTestSimulation("S1", loadFromCache = TRUE)
parameterPath <- "Organism|Liver|NOPE|Volume"
setQuantityValuesByPath(parameterPath, 100, sim, FALSE)
expect_false(is.null(sim))
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Yuri05 We need an expect for this test to be found .I just want to make sure that the line before does not throw

@msevestre msevestre merged commit 1b9bc04 into develop Jul 1, 2021
@msevestre msevestre deleted the 541-extend-set-parameter-value-by-path branch July 1, 2021 20:45
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.

1 participant