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

Use parameterPaths and outputPaths in .aggregateSimulationAndObservedData for filtering #698

Open
rengelke opened this issue Aug 8, 2024 · 0 comments

Comments

@rengelke
Copy link
Contributor

rengelke commented Aug 8, 2024

parameterPaths and outputPaths are used in the sensitivityTimeProfiles function signature to select data for plotting. These parameters also need to be consistently applied in the .aggregateSimulationAndObservedData function.

This logic within .aggregateSimulationAndObservedData needs to be adjusted accordingly :
if (!identical(names(simulationResults), parameterPaths)) {
stop(messages$invalidSimulationResultNames(
names(simulationResults), parameterPaths
))
}

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

No branches or pull requests

1 participant