Skip to content

Commit

Permalink
standard workflow debugging 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Atharva Arya committed Dec 27, 2024
1 parent 7d36e5b commit 1eb2b31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tardis/workflows/standard_tardis_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ def get_convergence_estimates(self, transport_state):
"""
print("\n=== get_convergence_estimates ===")
print("Transport State:")
print(f"radfield_mc_estimators (first 10): {transport_state.radfield_mc_estimators[:10]}")
print(f"radfield_mc_estimators dtype: {transport_state.radfield_mc_estimators.dtype}")
# print(f"radfield_mc_estimators (first 10): {transport_state.radfield_mc_estimators[:10]}")
# print(f"radfield_mc_estimators dtype: {transport_state.radfield_mc_estimators.dtype}")
print(f"time_explosion: {transport_state.time_explosion}")
print(f"time_of_simulation: {transport_state.time_of_simulation}")
print(f"volume shape: {transport_state.geometry_state.volume.shape}")
Expand Down

0 comments on commit 1eb2b31

Please sign in to comment.