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
If the number of standard and output logs are different, the parsing of the log directory fails. Fix is to split filename here based on a different string:
op_fn = [f.split("_carbontracker")[0] for f in output_logs]
std_fn = [f.split("_carbontracker")[0] for f in std_logs]
The text was updated successfully, but these errors were encountered:
If the number of standard and output logs are different, the parsing of the log directory fails. Fix is to split filename here based on a different string:
The text was updated successfully, but these errors were encountered: