Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
trygveasp committed Sep 19, 2023
1 parent 7e7c4af commit 80bde64
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pysurfex/pseudoobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ def snow_pseudo_obs_cryoclim(
p_fg_laf = gridpos2points(
fg_geo.lons, fg_geo.lats, np.asarray(res_lons), np.asarray(res_lats), glaf
)
print(fg_geo.lons)
print(fg_geo.lats)
in_grid = inside_grid(
np.asarray(fg_geo.lons),
np.asarray(fg_geo.lats),
Expand Down

0 comments on commit 80bde64

Please sign in to comment.