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
EDIT: hit the Enter button too early, here comes the text.
When writing running the doctests, often times one needs some functionality from another part of the library. Then, an explicit import odl is necessary, otherwise pytest complains. I noticed that in Numpy, they don't have to do that. Probably one can tell the doctest module thing what to import before running. I'll investigate that possibility.