Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Aug 8, 2017
1 parent 4876646 commit 7be2e94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions schwimmbad/tests/test_mpi.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

import pytest

# Project
from . import TEST_MPI
from .test_pools import _function, isclose
from ..mpi import MPIPool, MPI
# Use full imports so we can run this with mpiexec externally
from schwimmbad.tests import TEST_MPI
from schwimmbad.tests.test_pools import _function, isclose
from schwimmbad.mpi import MPIPool, MPI

def _callback(x):
pass
Expand Down

0 comments on commit 7be2e94

Please sign in to comment.