Closed alexhroom closed 3 months ago
The SLD prediction interval data in conftest.py fixtures dream_bayes and dream_results contains badly copied truncated arrays:
conftest.py
dream_bayes
dream_results
https://github.com/RascalSoftware/python-RAT/blob/619fd7f58e127f597f8df497d46fdb062d549053/tests/conftest.py#L1448-L1469
and
https://github.com/RascalSoftware/python-RAT/blob/619fd7f58e127f597f8df497d46fdb062d549053/tests/conftest.py#L3492-L3513
The data should be reproduced so that these arrays can be given in full.
The SLD prediction interval data in
conftest.py
fixturesdream_bayes
anddream_results
contains badly copied truncated arrays:https://github.com/RascalSoftware/python-RAT/blob/619fd7f58e127f597f8df497d46fdb062d549053/tests/conftest.py#L1448-L1469
and
https://github.com/RascalSoftware/python-RAT/blob/619fd7f58e127f597f8df497d46fdb062d549053/tests/conftest.py#L3492-L3513
The data should be reproduced so that these arrays can be given in full.