You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a NameError in summary_and_plot.py (line 100). Just importing the module may resolve this issue.
$ python summary_and_plot.py
Traceback (most recent call last):
File "summary_and_plot.py", line 100, in<module>
Path("figures").mkdir(exist_ok=True)
NameError: name 'Path' is not defined
The text was updated successfully, but these errors were encountered:
There is a
NameError
insummary_and_plot.py
(line 100). Just importing the module may resolve this issue.The text was updated successfully, but these errors were encountered: