Skip to content

Commit

Permalink
remove irrelavent indentation change
Browse files Browse the repository at this point in the history
  • Loading branch information
karthik11135 committed Jan 23, 2025
1 parent a10f301 commit 0f7e452
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 @@ -166,7 +166,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 0f7e452

Please sign in to comment.