Skip to content

Commit

Permalink
standard workflow debugging 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Atharva Arya committed Dec 27, 2024
1 parent 1eb2b31 commit 34fb87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tardis/workflows/standard_tardis_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def get_convergence_estimates(self, transport_state):
"Absorbed": [absorbed_luminosity.value, "value"],
"Requested": [self.luminosity_requested.value, "value"],
}
self.update_convergence_plot_data(plot_data)
# self.update_convergence_plot_data(plot_data)

logger.info(
f"\n\tLuminosity emitted = {emitted_luminosity:.3e}\n"
Expand Down

0 comments on commit 34fb87a

Please sign in to comment.