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
We should check both carl versions (used in pycarl and Storm) to ensure they are the same. (Maybe even check the carl_DIR used during compilation?)
It is possible that pycarl has disabled the cln support and Storm is compiled with CLN. This currently yields an ImportError. It would be good to catch it already at the build stage.
The text was updated successfully, but these errors were encountered:
No, not yet. We are currently checking that the pybind version is the same between pycarl and stormpy (cf. #86). We are however not yet checking that the carl version (and the support for CLN) between pycarl and Storm is the same.
carl_DIR
used during compilation?)The text was updated successfully, but these errors were encountered: