Skip to content

Commit

Permalink
Removed missed breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
rosepearson committed Oct 8, 2024
1 parent a644ccb commit 3ea5418
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/geofabrics/dem.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,6 @@ def save_and_load_dem(
"In LidarBase.save_and_load_dem saving _dem as NetCDF file to "
f"{filename}"
)
#breakpoint()
self.save_dem(filename=filename, dem=self._dem)
del self._dem
gc.collect()
Expand Down

0 comments on commit 3ea5418

Please sign in to comment.