Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
miniufo committed Apr 7, 2024
1 parent 6cdd980 commit 3263948
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xinvert/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,6 @@ def __template(coef_func, inv_func, dimLen,
iParams = __update(default_iParams, iParams)
mParams = __update(default_mParams, mParams, validParams)

print(mParams['Rearth'])
###### 1. calculating the coefficients ######
maskF, initS, coeffs = coef_func(F, dims, coords, mParams, iParams, icbc)

Expand Down

0 comments on commit 3263948

Please sign in to comment.