torressa / cspy

A collection of algorithms for the (Resource) Constrained Shortest Path problem in Python / C++ / C#
https://torressa.github.io/cspy/
MIT License
77 stars 24 forks source link

jpath_preprocessing package missing #73

Closed dymodi closed 3 years ago

dymodi commented 3 years ago

jpath_preprocessing A clear and concise description of what the bug is.

To Reproduce link: https://cspy.readthedocs.io/en/latest/how_to.html#simple-example code: from jpath_preprocessing import relabel_source_sink, add_cspy_edge_attributes

Expected behavior Clear description on how to use the package.

Screenshots error: ModuleNotFoundError: No module named 'jpath_preprocessing'

torressa commented 3 years ago

Hey @dymodi The file jpath_preprocessing.py lives in examples/jpath/jpath_preprocessing.py.

However, the callback REF in the notebook and the docs still uses the old syntax so needs updating. This has already been raised in #68