Skip to content

Commit

Permalink
return the dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
Rama Vasudevan committed Jun 21, 2024
1 parent 535485c commit 0de46b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SciFiReaders/readers/spectroscopy/neutron_reflectivity.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ def read(self):
metadata_dict['raw_data'] = data
data_set.original_metadata = metadata_dict


return data_set

def _read_data(self):

with open(self.file_path, 'r') as f:
Expand Down

0 comments on commit 0de46b6

Please sign in to comment.