Skip to content

Commit

Permalink
Update set_groups_ek80.py
Browse files Browse the repository at this point in the history
  • Loading branch information
praneethratna authored Oct 3, 2023
1 parent 0aa3a22 commit 30272ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion echopype/convert/set_groups_ek80.py
Original file line number Diff line number Diff line change
Expand Up @@ -1361,7 +1361,6 @@ def set_vendor(self) -> xr.Dataset:
for p in cal_params:
if p in config[ch_id]["calibration"]: # only for parameters that exist in dict
param_dict[p] = (["cal_frequency"], config[ch_id]["calibration"][p])
print(config[ch_id]["calibration"]["frequency"])
ds_ch = xr.Dataset(
data_vars=param_dict,
coords={
Expand Down

0 comments on commit 30272ee

Please sign in to comment.