Skip to content

Commit

Permalink
remove breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jlmaurer committed Jan 15, 2025
1 parent 2e90144 commit 3ae69c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_intersect.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def test_cube_intersect(tmp_path, wm):
latf = os.path.join(SCENARIO_DIR, "lat.rdr")
lonf = os.path.join(SCENARIO_DIR, "lon.rdr")

breakpoint()
hyd = rasterio.open(path_delays).read(1)
lats = rasterio.open(latf).read(1)
lons = rasterio.open(lonf).read(1)
Expand Down

0 comments on commit 3ae69c8

Please sign in to comment.