Skip to content

Commit

Permalink
Fix incorrect storage call.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSKenyon committed Jan 30, 2024
1 parent 9ae707d commit 960ed46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quartical/data_handling/ms_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def read_xds_list(model_columns, ms_opts):
if ms_opts.data_column not in known_data_cols:
schema[ms_opts.data_column] = {'dims': ('chan', 'corr')}

data_xds_list = xds_from_storage_ms(
data_xds_list = xds_from_ms_fragment(
ms_opts.path,
columns=columns,
index_cols=("TIME",),
Expand Down

0 comments on commit 960ed46

Please sign in to comment.