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
I have a small suggestion for improvement. Would it be possible to make the printed output of mrcfile.validate() optional in case I am just interested in a bolean return value?
Best and thanks,
Chris
The text was updated successfully, but these errors were encountered:
If the files are badly invalid you might also get warnings on stderr, which you can suppress similarly with contextlib.redirect_stderr or Python's standard warning controls.
Hi.
I have a small suggestion for improvement. Would it be possible to make the printed output of
mrcfile.validate()
optional in case I am just interested in a bolean return value?Best and thanks,
Chris
The text was updated successfully, but these errors were encountered: