Skip to content

Commit 4d37e7b

Browse files
sorry now it should
1 parent b428338 commit 4d37e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xga/sourcetools/density.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def _run_sb(src: GalaxyCluster, telescope: str, outer_radius: Quantity, use_peak
336336
if telescope == 'erosita':
337337
if len(src.obs_ids['erosita']) > 1:
338338
use_combined = True
339-
obs_id = src.obs_ids['erosita']
339+
obs_id = src.obs_ids['erosita'][0]
340340
else:
341341
use_combined = False
342342
else:

0 commit comments

Comments
 (0)