Skip to content

Commit

Permalink
the lab imports of source.mesh and source.catalog directly
Browse files Browse the repository at this point in the history
  • Loading branch information
nickhand committed Apr 4, 2017
1 parent 3e9fbed commit e3e6e13
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions nbodykit/lab.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
from mpi4py import MPI

import numpy

from nbodykit.batch import TaskManager
from nbodykit import source as Source, cosmology
# sources
from nbodykit.source.catalog import *
from nbodykit.source.mesh import *

# algorithms
from nbodykit.algorithms import *

from nbodykit.batch import TaskManager
from nbodykit import cosmology
from nbodykit import CurrentMPIComm
from nbodykit import transform

from nbodykit import io as IO

0 comments on commit e3e6e13

Please sign in to comment.