-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Labels
Description
- Running
make doctest
locally took over 5 mins and there were 84 passing tests. - Running
make test
locally took just over 2 mins with 62 passing tests.
Something about make doctest
doesn't sound right. I don't think we have anywhere close to 84 docstrings that need doctest. Maybe it's additionally running the regular tests on top of the doctests? Either way, it would be great to get to the bottom of this to save time and local and remote compute time.
Tagging @jpreszler just in case you're interested in taking a look into this.