Skip to content

Commit 9613b10

Browse files
debugging
1 parent 46c84f2 commit 9613b10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

xga/xspec/run.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,9 @@ def callback(results_in):
289289
"_".join(radii[src_repr][tel].value.astype(str)) + second_part)
290290
ann_specs = s.get_products("combined_annular_spectrum",
291291
extra_key=ann_sp_key, telescope=tel)
292+
print('ann_sp_key')
293+
print(ann_sp_key)
294+
292295
if len(ann_specs) > 1:
293296
raise MultipleMatchError("I have found multiple matches for that AnnularSpectra, "
294297
"this is the developers fault, not yours.")

0 commit comments

Comments
 (0)