norlab-ulaval / percep3d_lessons

10 stars 5 forks source link

no helper_func.py in assignment_lidars folder #37

Closed amoreau96 closed 4 months ago

amoreau96 commented 2 years ago

In the 3-assignment_lidars notebook, the first cell contains:

%run ../scripts/helper_func.py
path = "{0}/common/scripts/style.py".format(get_root_path())
%run $path

but this crashes as the notebook folder does not have a valid ./scripts/ folder nor a helper_func.py file.

Simply commenting the 3 lines above seems to fix the problem and doesn't break anything in the notebook.

WilliamDubois commented 4 months ago

This was indeed causing a crash, the helper_func is not needed so I removed the 3 problematic lines.