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
I pulled the last few changes from the master branch into my branch and it all builds without errors, but I get an error when I runt he unit tests: cycamore_unit_tests: /home/amandabachmann/cyclus/src/toolkit/matl_sell_policy.cc:30: void cyclus::toolkit::MatlSellPolicy::set_quantize(double): Assertion `x != 0' failed. Aborted (core dumped)
This is happening with StorateTest.BehaviorTest.
The text was updated successfully, but these errors were encountered:
I was re-building cycamore. The problem was I hadn't updated cyclus in a while. I updated cyclus, then rebuilt both cyclus and cycamore. Now all of the tests run and pass.
I pulled the last few changes from the master branch into my branch and it all builds without errors, but I get an error when I runt he unit tests:
cycamore_unit_tests: /home/amandabachmann/cyclus/src/toolkit/matl_sell_policy.cc:30: void cyclus::toolkit::MatlSellPolicy::set_quantize(double): Assertion `x != 0' failed. Aborted (core dumped)
This is happening with StorateTest.BehaviorTest.
The text was updated successfully, but these errors were encountered: