-
Notifications
You must be signed in to change notification settings - Fork 24
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
Error in test_report.py #41
Comments
No clue. Can you submit an issue in the amrex repo? I'll ask around when I get into the office. |
this may be due to the change in the compare tools. Can you point to the html output from a case that did work for this test? |
@zingale This repo https://github.com/AMReX-Combustion/PeleCRegressionTestResults/tree/master has the html output (I had to clone it locally to view the rendered HTML files). Everything but the Sod-1d test case seems to work. Looking at the HTML for the Sod-1d test case it has things like |
Here is some debugging output where I print
|
It seems to me like |
The Can you send me the tarred up output file the comparison is failing on along with the benchmark so I can try to reproduce this? It is not obvious what the issue is. |
I guess one thing I haven't done is update the benchmarks to try to solve this. Partly because changes have been made in PeleC that we need to verify before updating the benchmarks. Beyond trying to reproduce this, does #42 look like a fair solution? It seems like a lot of work to try to recreate this elsewhere, and the benchmarks are 120MB. Maybe this will go away once we update the benchmarks, so lets wait until I am able to do that. |
https://amrex-combustion.github.io/PeleCRegressionTestResults/ shows the results using #42 . |
It seems like something may have changed in AMReX that is causing
test_report.py
to parse the some output wrong? I get errors intest_report.py:641
where in this code:fields[0]
is an out of bounds access. This was working until something changed March 4 and I don't update this repo nightly, but my testing updates AMReX nightly.The text was updated successfully, but these errors were encountered: