Open albertNos opened 2 years ago
commit e7ca12c: build successful commit d50505e: add constellation folders to tests/data -> build fails locally the build works (as well as the test) why?
commit e7ca12c: build successful commit d50505e: add constellation folders to tests/data -> build fails locally the build works (as well as the test) why?
You can see the logs when you click on "Details" next to the failing Actions:
/home/runner/work/LADDS/LADDS/tests/testladds/SimulationTest.cpp:512:41: error: non-const lvalue reference to type 'ConfigReader' cannot bind to a value of unrelated type 'YAML::Node'
auto autopas = simulation.initAutoPas(config);
Seems like you copy pasted the old tests that work with the plain YAML node and not the new ones that use the wrapper. Would be awesome if we could at some point squash all those tests to some generated test template to reduce code duplication and to avoid these kinds of problems.
featureNotebook -> featureSimulationTest
two tests that test constellation insertion by imitating simulationLoop and comparing to expected simulationSizes
out commented test descriptions/explanations
added distribution of IDs for Constellation satellites (1st Constellation from 1Million, 2nd from 2Million...)