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
As seen in the traceback of #112 if the HDF5Reporter is not initialized properly in a context manager you get a confusing AttributeError if there is no closed attribute.
This should be handled more cleanly by either ensuring a meaningful closed is always present or first checking if this attribute exists.
The text was updated successfully, but these errors were encountered:
As seen in the traceback of #112 if the HDF5Reporter is not initialized properly in a context manager you get a confusing AttributeError if there is no
closed
attribute.This should be handled more cleanly by either ensuring a meaningful
closed
is always present or first checking if this attribute exists.The text was updated successfully, but these errors were encountered: