We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b79de4e commit 821e07eCopy full SHA for 821e07e
xga/samples/base.py
@@ -1,5 +1,5 @@
1
# This code is a part of X-ray: Generate and Analyse (XGA), a module designed for the XMM Cluster Survey (XCS).
2
-# Last modified by David J Turner (turne540@msu.edu) 28/11/2023, 23:06. Copyright (c) The Contributors
+# Last modified by David J Turner (turne540@msu.edu) 26/07/2024, 10:59. Copyright (c) The Contributors
3
4
from typing import Union, List, Dict
5
from warnings import warn
@@ -178,7 +178,7 @@ def nHs(self) -> Quantity:
178
:return: List of nH values.
179
:rtype: Quantity
180
"""
181
- return np.Quantity([s.nH for s in self._sources.values()])
+ return Quantity([s.nH for s in self._sources.values()])
182
183
@property
184
def cosmo(self):
0 commit comments