-
Notifications
You must be signed in to change notification settings - Fork 135
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
[DEFECT] ensemble model indexMap is destructive process #1119
Comments
Found this same bug trying to output dispatch results for HERON. |
Hit this again; due to the fact output collection is buried in a lambda function, it's challenging to trace. No realistic user could possibly guess the right order of outputs to prevent this from happening. |
Closure checklist passed... Closure approved via #1450 |
No email is required since this issue could just cause a crash and not wrong results. |
* maybe fix for ens model and index map * Closes #1119 * reducing test size * adding gold dir to path * reordered dataobjects to appease overly strict xsd * undoing test from another branch
* Closes #1119 * reducing test size * adding gold dir to path * reordered dataobjects to appease overly strict xsd * undoing test from another branch * netCDF r/w tests, implementation; not in multirun yet * netcdf differ, netcdf in multirun * xsd, when testing just is not strict enough and more failures are needed * RrR with database return * doc update * added nd handling error to HDF5 * writing twice to netcdf works as expected * fixed sample ID alignment for multiple netcdf writes * variablegroups in databases and other input params * clarify comments, remove debugs
Defect Description
Describe the defect
What did you expect to see happen?
When using an EnsembleModel and ND data with multiple output DataSets, the order of the output data sets shouldn't matter.
What did you see instead?
The output works as expected for the first DataSet; the second does not receive the
_indexMap
metavariable.Do you have a suggested fix for the development team?
Check for destructive dictionary actions in the index map creation, perhaps, during output collection
Describe how to Reproduce
Steps to reproduce the behavior:
For Change Control Board: Issue Review
This review should occur before any development is performed as a response to this issue.
For Change Control Board: Issue Closure
This review should occur when the issue is imminently going to be closed.
The text was updated successfully, but these errors were encountered: