Garden-AI / garden

https://garden-ai.readthedocs.io
MIT License
18 stars 4 forks source link

bug: dill picks up stray references to unpickleable `tabulate` and `console` objects from [the module formerly known as pipelines.py] #332

Closed OwenPriceSkelly closed 7 months ago

OwenPriceSkelly commented 10 months ago

Working on #322 I noticed that a reference to some console object in pipelines.py was breaking the save_session call and just commented out the offending lines as a bandaid. This issue is a reminder to circle back at some point and figure out how to have our repr_html and eat it too