Skip to content

Commit

Permalink
standard workflow debugging 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Atharva Arya committed Dec 27, 2024
1 parent e99775d commit 6b5121e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tardis/plasma/radiation_field/planck_rad_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def calculate_mean_intensity(self, nu: Union[u.Quantity, np.ndarray]):
print(f" First 10 elements: {nu[:10]}")
print(f" Shape: {nu.shape}")
print(f" dtype: {nu.dtype}")
print(f"self.temperature = {self.temperature}")
if isinstance(nu, u.Quantity):
print(f" unit: {nu.unit}")

Expand Down

0 comments on commit 6b5121e

Please sign in to comment.