Skip to content

Commit

Permalink
Update createCoefs.py
Browse files Browse the repository at this point in the history
More bisection...
  • Loading branch information
The9Cat authored Oct 13, 2024
1 parent 4c27205 commit 6853072
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/Halo/createCoefs.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@
print("---- createFromArray usings lists")
coef1 = basis.createFromArray(mass, [xpos, ypos, zpos], time=3.0)

exit(0) # TEST
coefs = pyEXP.coefs.SphCoefs(True)
coefs.add(coef1)

print("Times:", coefs.Times())
exit(0) # TEST END

mass = np.array(mass)
data = np.array([xpos, ypos, zpos])
Expand Down

0 comments on commit 6853072

Please sign in to comment.