AB-CE / abce

Agent-based computational Economics, the Python library that makes AB modelling easier
http://abce.readthedocs.io
181 stars 62 forks source link

space in the title for graph log variable #166

Closed domdent closed 3 years ago

domdent commented 6 years ago

self.log("ideal number of workers", self.ideal_num_workers)

produces an error when trying to produce the graph

rht commented 3 years ago

The code for producing the graphs have been removed by #208. So I suppose this issue is no longer relevant. The reason why the GUI code is removed is because there is already the mature and excellent Jupyter widgets for standardized GUI.