Closed RivinHD closed 1 year ago
@Integer-Ctrl Note to task: Something is off with your tests.
We should probably write a hint in the submission that middle_states has reduced size because of the size limit. Or provide an extra download link for the tar.xz. This could be done by a release on GitHub.
My suggestion would be to make another file in resourcces "middle_states.test.csv" which is used in the test io::Csv.test.cpp
@RivinHD Did you tar with a Python script or with a terminal?
the middle_states.test.csv only uses 10000 lines than? Ok this is a good idea! 👍
I tar with the terminal.
Yes 10000. We will have a look on sunday about the tar topic
[x] What is a reflection? Is that related to reflecting boundary conditions?
"The return of the reflection is provided by an enumeration where LEFT and RIGHT can be summed to return BOTH. If both cells are dry, the reflection and netUpdates do not need to be computed, i.e. there is no water to simulate with. The implementation is private inside WavePropagation1d as the reflection is only used internally."