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
Using ogdf-python in a jupyter-notebook with cppyy version 3.0.0 generates the following warnings (but produces the expected results):
When downgrading to cppyy version 2.4.1, these warnings disappear.
The text was updated successfully, but these errors were encountered:
This is an issue with the underlying cppyy library independent of the OGDF which is tracked as wlav/cppyy#175 and wlav/cppyy#156. When installing ogdf-python[quickstart], we now automatically select a cppyy version less than 3 which doesn't have this problem.
Using
ogdf-python
in a jupyter-notebook with cppyy version 3.0.0 generates the following warnings (but produces the expected results):When downgrading to cppyy version 2.4.1, these warnings disappear.
The text was updated successfully, but these errors were encountered: