DynaDojo / dynadojo

An Extensible Benchmarking Platform for Scalable Dynamical System Identification
https://dynadojo.github.io/dynadojo/
MIT License
14 stars 11 forks source link

demo/bug: hot_dino #56

Closed sameerashahh closed 2 months ago

sameerashahh commented 3 months ago

Describe the bug File not found for dino.png

To Reproduce Steps to reproduce the behavior:

  1. Go to demos/systems/hot_dino.ipynb
  2. Run the demo cell by cell.
  3. Error occurs in the 3rd cell.

Expected behavior A plot should generate.

lmclane04 commented 3 months ago

Replace "../graphics/dino.png" with "../../graphics/dino.png" anywhere where it appears in the code. This makes it so that we access graphics/dino.png from the grandparent branch of our current branch (main) instead of the parent branch of our current branch (demos).