Skip to content
Snippets Groups Projects
Commit 0e4f95aa authored by Lan Dam's avatar Lan Dam
Browse files

remove calling for populate_data_stream() with is to create empty event DS but...

remove calling for populate_data_stream() with is to create empty event DS but actually is not going to be called is data not exist
parent 9e68be49
No related branches found
No related tags found
1 merge request!121Fix bug Event DS not plotted
This commit is part of merge request !121. Comments created here will be created in the context of that merge request.
......@@ -196,7 +196,6 @@ class RT130(DataTypeModel):
self.populate_cur_key_for_all_data(cur_key)
if data_stream != 9:
# don't get event info for mass position
self.populate_data_stream(cur_key, str(data_stream))
self.get_ehet_in_log_data(rt130, cur_key)
self.get_mass_pos_data_and_waveform_data(rt130, data_stream, cur_key)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment