Skip to content

Commit 610fb94

Browse files
committed
adding test
1 parent f8409a8 commit 610fb94

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/python/test_onedim.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -550,9 +550,6 @@ def test_adjoint_sensitivities2(self):
550550
zip(reaction_equations, adjoint_sensitivities)]
551551
adjoint_sens_sorted = sorted(adjoint_sens, key=lambda x: abs(x[1]), reverse=True)
552552

553-
# get index in the grid at distance
554-
ix = np.argmin(np.abs(self.flame.grid - distance))
555-
556553
Su0 = self.flame.X[self.gas.species_index(species), ix]
557554
fwd_sensitivities = []
558555
for m in range(self.flame.gas.n_reactions):

0 commit comments

Comments
 (0)