-
Notifications
You must be signed in to change notification settings - Fork 246
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
Crash with without error message when regression data not written. #469
Comments
I will have a look on that. |
Another issue is that there is repeating data, the the reading the xml lead to error and and the regression data can nor be generated. |
@Bo-Zhang1995 Please look the these bugs. |
sry forget the previous bug. i will address these asap.- - - - - -张博On 28 Jan 2024, at 13:06, Xiangyu Hu ***@***.***> wrote:
@Bo-Zhang1995 Please look the these bugs.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@Bo-Zhang1995 How about this bug? |
This means that the input/output scheme of the database should be optimized, as we discussed during lunch. |
Here, the database will be emptied for each new generation, therefore, this problem can be solved.
The regression test class is defined but not used to output data.
For example in the water exit case, one define the test:
SPHinXsys/tests/2d_examples/test_2d_water_entry_exit/test_2d_water_entry_exit.cpp
Lines 392 to 393 in d85a5e6
But forget to write the output file, and still try to generate the regression test data by:
SPHinXsys/tests/2d_examples/test_2d_water_entry_exit/test_2d_water_entry_exit.cpp
Line 538 in d85a5e6
When I run the python script, I obtained crash information, but not able find the reason,
that I actually have not write out data.
Therefore, we need an error handler so that one can notice that the data file was not written.
The text was updated successfully, but these errors were encountered: