You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the defect
In the Code Interface for the bouncing ball. The test was created with the values test_Dymola_code_interface_timedep.xml if multiple monte carlo seeds are attempted in the ensemble model.
What did you expect to see happen?
I would expect to be able to collapse a dataset based on the timesteps given out by the code.
What did you see instead?
An error saying the dataset cannot be collapsed along the time variable as
Do you have a suggested fix for the development team?
Not clear. I think Andrea mentioned the possibility of moderately editing the time variable on a relative basis of 1e-4. (e.g. if there are two steps at time 0.1seconds then the first one would be 0.1 and the second would be 0.10001. Not changing the trajectory, but giving the dataset multiple values to pivot along.
Describe how to Reproduce
Steps to reproduce the behavior:
Have a running version of Modelica on the machine.
Unzip the file.
Update the test_Dymola_code_interface_timedep.xml to point to the proper executables.
Try and run.
Screenshots and Input Files
Please attach the input file(s) that generate this error. The simpler the input, the faster we can find the issue.
* added interface for acc CDF
* now code interfaces can return data in finalizeCodeOutput directly
* modified RELAP5 interface to avoid CSV creation from the interface
* updated Dymola, RELAP5 and MELCOR
* modified Cobra Interface for no CSV finalizeOutput
* Closes#1360
* Closes#1274
* added projectile no csv
* finalized interface
* added interface for accelerated CFD
* new files
* fix dymolainterface
* update rounding error for time index
* fixed 3 tests over 4
* regolded melcor test since there was a bug in the previous prcsv printing (in the interface) that was skipping the last time step (10000)
* reformatedd accelerate cfd interface
* drafted manual AccCFD
* removed accelerate cfd...not belgons here
* the writeCsv optional is now handled at the CodeInterface Level
* added dataobject ot check that the operators are part of the input
* added gc collection in plots
* Update ProjectileInterfaceNoCSV.py
* Update randomUtils.py
Defect Description
Describe the defect
In the Code Interface for the bouncing ball. The test was created with the values test_Dymola_code_interface_timedep.xml if multiple monte carlo seeds are attempted in the ensemble model.
What did you expect to see happen?
I would expect to be able to collapse a dataset based on the timesteps given out by the code.
What did you see instead?
An error saying the dataset cannot be collapsed along the time variable as
Do you have a suggested fix for the development team?
Not clear. I think Andrea mentioned the possibility of moderately editing the time variable on a relative basis of 1e-4. (e.g. if there are two steps at time 0.1seconds then the first one would be 0.1 and the second would be 0.10001. Not changing the trajectory, but giving the dataset multiple values to pivot along.
Describe how to Reproduce
Steps to reproduce the behavior:
Screenshots and Input Files
Please attach the input file(s) that generate this error. The simpler the input, the faster we can find the issue.
DMInterfaceTestTimedep.zip
Platform (please complete the following information):
Windows 10.
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: