Skip to content

Commit 50b47ed

Browse files
once again the debugging print was in the wrong place
1 parent 40a2060 commit 50b47ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xga/generate/esass/spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,13 +635,13 @@ def _append_spec_info(evt_list, s_ind):
635635
_append_spec_info(evt_list, s_ind)
636636

637637

638-
print(sources_cmds)
639638
sources_cmds.append(np.array(cmds))
640639
sources_paths.append(np.array(final_paths))
641640
# This contains any other information that will be needed to instantiate the class
642641
# once the eSASS cmd has run
643642
sources_extras.append(np.array(extra_info))
644643
sources_types.append(np.full(sources_cmds[-1].shape, fill_value="spectrum"))
644+
print(sources_cmds)
645645

646646
return sources_cmds, stack, execute, num_cores, sources_types, sources_paths, sources_extras, disable_progress
647647

0 commit comments

Comments
 (0)