Closed darienmorrow closed 7 years ago
this behavior is unique to spyder
spyder calls it the user module reloader (UMR)
WrightTools has no control over this behavior
within Spyder settings (Tools > Preferences > Python interpreter) you can disable the reloaded modules list
I believe that Spyder does not reload site-packages modules (Windows only?), so this is only a problem for those who are in develop
mode
@darienmorrow please close this issue if and when you are satisfied
If I have a script that imports
WrightTools
, every time I run the script the following paragraph gets printed to my console:With the recent breaking up of
data
into separate modules, this printout has gotten larger.Is there a way to suppress this printout? This isn't a functionality issue, but rather an aesthetic issue.
I think I have raised this grievance with @untzag before in person. But I would like to raise it again given that we are trying to make this a package that others will use.