Skip to content

Commit

Permalink
now it should work
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelstjean committed Jan 12, 2016
1 parent 75ac3d5 commit f8463e8
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#.asype(np.float64)
self.shcoeff = shcoeff.asype(np.float64)
self.sphere = sphere
sh_order = order_from_ncoef(shcoeff.shape[-1])
try:
Expand Down

0 comments on commit f8463e8

Please sign in to comment.