Skip to content

Commit

Permalink
MAINT: PR 135 revisions
Browse files Browse the repository at this point in the history
* try importing multiprocessing in `run_scipy_tests.py` to
address this:
scipy/scipy#14985
  • Loading branch information
tylerjereddy committed Nov 5, 2021
1 parent fd24270 commit 6dbe5e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run_scipy_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

import sys
import argparse
import multiprocessing


def main():
Expand Down

0 comments on commit 6dbe5e3

Please sign in to comment.