Skip to content

Commit

Permalink
F32 should now pass
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelstjean committed Jan 18, 2016
1 parent beccf0a commit 3000c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dipy/direction/probabilistic_direction_getter.py
Expand Up @@ -33,7 +33,7 @@ def get_pmf(self, point):
class SHCoeffPmfGen(PmfGen):

def __init__(self, shcoeff, sphere, basis_type):
self.shcoeff = shcoeff#.astype(np.float64)
self.shcoeff = shcoeff.astype(np.float64)
self.sphere = sphere
sh_order = order_from_ncoef(shcoeff.shape[-1])
try:
Expand Down

0 comments on commit 3000c08

Please sign in to comment.