Skip to content

Commit

Permalink
removed an unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
erinvisser committed Feb 19, 2025
1 parent 1faf5ef commit a6aa288
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tardis/workflows/v_inner_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ def estimate_v_inner(self):
self.simulation_state,
)[self.mean_optical_depth]
)

self.iterations_mean_optical_depth[self.completed_iterations,self.simulation_state.geometry.v_inner_boundary_index:] = self.tau_integ[self.simulation_state.geometry.v_inner_boundary_index:]

interpolator = interp1d(
self.tau_integ[self.simulation_state.geometry.v_inner_boundary_index:],
Expand Down

0 comments on commit a6aa288

Please sign in to comment.