Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
jyoo1042 committed Jan 10, 2024
1 parent 9554b63 commit c45433d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ def magnetic_field(
)
inv_jac = fm_disk.inverse_jacobian_matrix(x, spin_a)
result = np.matmul(inv_jac.T, result)
print(inv_jac)
return result


Expand Down

0 comments on commit c45433d

Please sign in to comment.