Skip to content

Commit

Permalink
left over
Browse files Browse the repository at this point in the history
  • Loading branch information
sunethwarna committed Oct 15, 2024
1 parent 606817a commit 0b1403f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ def get_data(add_density_physical_var = True):
v7_shape, v7_rho, data = get_data()
self.resp_7.CalculateGradient(data)

print(v6_shape.Evaluate())
self.assertAlmostEqual(Kratos.Expression.Utils.NormL2(v6_shape - v1_shape * 2.1 - v2_shape * 3.1 - v3_shape * 4.1), 0.0)
self.assertAlmostEqual(Kratos.Expression.Utils.NormL2(v6_rho - v1_rho * 2.1 - v2_rho * 3.1 - v3_rho * 4.1), 0.0)

Expand Down

0 comments on commit 0b1403f

Please sign in to comment.