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
__init__:
noqa: F401 on gTopRefinableObjRegistry
import. Removing it will cause potential api
breakage on downstream users. Also Exist at
pyobjcryst.globals
crystal.py:
Add except type (AttributeError)
at UpdateDisplay(self) to avoid E722.
fourier.py:
noqa E741 on ambigous variable
name 'l'. (hkl)
globaloptim.py:
clarify refinableobj imports
lsq.py:
Expose LSQ from c++ extension
powderpattern.py:
Add except type (AttributeError)
at UpdateDisplay(self) to avoid E722.
Add except type (AttributeError, RuntimeError, ValueError)
at plot() (Force immediate display) with
warning messages "Plot refresh failed..."
Add except type (AttributeError, RuntimeError)
at _do_plot_hkl (Force immediate display). Nested
utils.py:
change lambda function to def
0 commit comments