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
ok, its a simple problem: if the Fieldsums bz2 archive isn't available, then plotFFTimeIntervals() returns None,None,None. However the values are then passed to log.info, which can't print None as a float.
The fix is to check for None before printing. I'll create a fix branch.
The master branch fails during Reprocess with this error
the code is enclosed in a try/except so it does not halt RMS but its presumably not creating some graph. I'll investigate it.
The text was updated successfully, but these errors were encountered: