Skip to content

Commit bec1699

Browse files
committed
removed processing level attr
1 parent 42d03af commit bec1699

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

echopype/commongrid/api.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
logger = logging.getLogger(__name__)
2727

2828

29-
@add_processing_level("L3*")
3029
def compute_MVBS(
3130
ds_Sv: xr.Dataset,
3231
range_var: Literal["echo_range", "depth"] = "echo_range",
@@ -183,7 +182,7 @@ def compute_MVBS(
183182
ds_MVBS = ds_MVBS.assign_attrs(prov_dict)
184183
ds_MVBS["frequency_nominal"] = ds_Sv["frequency_nominal"] # re-attach frequency_nominal
185184

186-
ds_MVBS = insert_input_processing_level(ds_MVBS, input_ds=ds_Sv)
185+
# ds_MVBS = insert_input_processing_level(ds_MVBS, input_ds=ds_Sv)
187186

188187
return ds_MVBS
189188

0 commit comments

Comments
 (0)