Skip to content

Commit

Permalink
fix: avoid resampling default layers for profile
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Dec 10, 2023
1 parent 543fe60 commit 1f75666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/antarctic_plots/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ def plot_profile(
# with redirect_stdout(None), redirect_stderr(None):
layers_dict = default_layers(
layers_version,
region=vd.get_region((points.x, points.y)),
# region=vd.get_region((points.x, points.y)),
reference=kwargs.get("default_layers_reference", None),
spacing=kwargs.get("default_layers_spacing", None),
)
Expand Down

0 comments on commit 1f75666

Please sign in to comment.