Skip to content

Commit da3174a

Browse files
grrr
1 parent 01989a4 commit da3174a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

xga/products/profile.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2558,6 +2558,10 @@ def entropy(self, radius: Quantity, conf_level: float = 68.2) -> Union[Quantity,
25582558
"using a smooth density model.")
25592559
# Getting a bunch of realisations (with the number set by the 'num_samples' argument that was passed on
25602560
# the definition of this source of the model.
2561+
print('radius')
2562+
print(radius)
2563+
print('len radius')
2564+
print(len(radius))
25612565
dens = self._dens_model.get_realisations(radius)
25622566

25632567
# In this rare case (inspired by how ACCEPT packaged their profiles, see issue #1176) the radii for the
@@ -2616,6 +2620,10 @@ def entropy(self, radius: Quantity, conf_level: float = 68.2) -> Union[Quantity,
26162620
# Getting a bunch of realisations (with the number set by the 'num_samples' argument that was passed on
26172621
# the definition of this source of the model.
26182622
temp = self._temp_model.get_realisations(radius)
2623+
print('radius')
2624+
print(radius)
2625+
print('len radius')
2626+
print(len(radius))
26192627

26202628
# In this rare case (inspired by how ACCEPT packaged their profiles, see issue #1176) the radii for the
26212629
# temperature and density profiles are identical, and so we just get some realisations

0 commit comments

Comments
 (0)