Skip to content

Commit

Permalink
fiz issue with rewriting of other_data
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanche committed May 20, 2024
1 parent f407fea commit 96e1ed1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/dolomite_se/read_ranged_summarized_experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ def read_ranged_summarized_experiment(
column_data=se.get_column_data(),
)

_meta_path = os.path.join(path, "other_data")
if os.path.exists(_meta_path):
_meta = dl.alt_read_object(_meta_path, **kwargs)
rse = rse.set_metadata(_meta.as_dict())

_ranges_path = os.path.join(path, "row_ranges")
if os.path.exists(_ranges_path):
_ranges = dl.alt_read_object(_ranges_path, **kwargs)
Expand Down

0 comments on commit 96e1ed1

Please sign in to comment.