Skip to content

Commit 7bd79d6

Browse files
authored
Merge pull request #696 from bccp/morefixes
Fix the build
2 parents a433d30 + f7fe20b commit 7bd79d6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from .galaxy_opt import FNLGalaxyPower
1+
from .galaxy import FNLGalaxyPower
22
from .linear import LinearPower, EHPower, NoWiggleEHPower
33
from .zeldovich import ZeldovichPower
44
from .halofit import HalofitPower
5-
from . import transfers
5+
from . import transfers

nbodykit/transform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def SkyToCartesian(ra, dec, redshift, cosmo, observer=[0, 0, 0], degrees=True, f
350350
degrees : bool, optional
351351
specifies whether ``ra`` and ``dec`` are in degrees
352352
frame : string ('icrs' or 'galactic')
353-
speciefies which frame the Cartesian coordinates is.
353+
speciefies which frame the Cartesian coordinates is.
354354
355355
Returns
356356
-------

0 commit comments

Comments
 (0)