-
Notifications
You must be signed in to change notification settings - Fork 7
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
Observed data - reload under the same settings -> Error in PI #2179
Labels
Comments
The right fix might be to prevent reload don't you think? Because here we have created a weighting for 154 measurements and the new observed data only contains 67. Which weights do you throw out? |
No.
Reset all weights to 1 and notify the user. |
benjaperez1983
added a commit
that referenced
this issue
Jan 22, 2025
16 tasks
benjaperez1983
added a commit
that referenced
this issue
Jan 28, 2025
benjaperez1983
added a commit
that referenced
this issue
Jan 28, 2025
rwmcintosh
added a commit
that referenced
this issue
Jan 29, 2025
* Fixes #2382 Improve 'Cannot find quantity with path' message (#2383) * Fixes #2382 Improve 'Cannot find quantity with path' message * pr comments * pr comments * update simmodel (#2385) * update simmodel * update simmodel * Fixes #1743 Cannot add data to simulation? (#2387) * #2179 observed data reload with same settings * #2179 Cleanup * what if we change the interface * remove a property * spelling * What if we change fixes * #2179 code review comments * #2179 remove unused reference --------- Co-authored-by: Robert McIntosh <261477+rwmcintosh@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Whe using the funtion to "Reload under the same settings", and the updated data set has less values that the previous one and it was used in a PI, trying to open the PI:
Application:
MoBi® 11.2.138
Values.Length = 154 != 67 = BaseGrid.Count
Stack trace:
The text was updated successfully, but these errors were encountered: