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
Tests fail from the commit b63a8f0 on wards because the array values of the parameter 'time' computed by the code for the 2D Barchan dune case is not the same as the reference it's being compared against.
Root cause
Code changes in the commit b63a8f0 that could be the reason for this.
How to reproduce the issue?
This error can't be reproduced in the main branch because of the presence of another issue #221. A pull request has already been created to fix it. Until the pull request is merged, you can reproduce the issue by adding the fix of pull request #221 locally in your branch, delete the directory aeolis/tests/regression_tests/inputs/1D, and run the tests again.
Fix
Are the code changes in the commit b63a8f0 that changes the way 'time' is computed for the 2D Barchan dune case intentional?
If yes, then the netcdf file used as a reference output in the tests for the 1D cases must be replaced with a netcdf generated with the new changes. Otherwise, the changes must be reverted.
The text was updated successfully, but these errors were encountered:
Error description
Tests fail from the commit b63a8f0 on wards because the array values of the parameter 'time' computed by the code for the 2D Barchan dune case is not the same as the reference it's being compared against.
Root cause
Code changes in the commit b63a8f0 that could be the reason for this.
How to reproduce the issue?
This error can't be reproduced in the main branch because of the presence of another issue #221. A pull request has already been created to fix it. Until the pull request is merged, you can reproduce the issue by adding the fix of pull request #221 locally in your branch, delete the directory
aeolis/tests/regression_tests/inputs/1D
, and run the tests again.Fix
Are the code changes in the commit b63a8f0 that changes the way 'time' is computed for the 2D Barchan dune case intentional?
If yes, then the netcdf file used as a reference output in the tests for the 1D cases must be replaced with a netcdf generated with the new changes. Otherwise, the changes must be reverted.
The text was updated successfully, but these errors were encountered: