-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error creating plots in plotpfl #1
Comments
It seems this particular error can be alleviated by converting dttime = np.array(
[datetime.datetime(t.year, t.month, t.day, t.hour, t.minute, t.second, t.microsecond)
for t in dttime]
) below this line: Line 118 in f43abf9
See the change here: I still don't get a plot showing up though, and I can't find it (if it was saved anywhere). |
@glwagner I noticed this error when upgrading to matplotlib 3. matplotlib 2.2.2 works fine. I'm going to fix it. For now, there are two workaround:
|
Awesome, thank you. |
When attempting to execute
/cases/OCSPapa/case_run
,plotpfl
throws the error:The text was updated successfully, but these errors were encountered: