issues
search
nexpy
/
nexusformat
Provides an API to open, create, plot, and manipulate NeXus data.
Other
13
stars
19
forks
source link
Fix-ipython-calltips
#200
Closed
rayosborn
closed
1 year ago
rayosborn
commented
1 year ago
Fixes an issue caused by changes in call tip display code introduced in IPython 8.12.
Changes the raised error class in
__getattr__
from
NeXusError
to
AttributeError
in conformance with Python documentation.
__getattr__
fromNeXusError
toAttributeError
in conformance with Python documentation.