Skip to content

Commit

Permalink
add philipp's comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sunethwarna committed Apr 19, 2024
1 parent 0be91db commit 7af153a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_DamagedSystem(self):

data = numpy.loadtxt("auxiliary_files/damaged_problem/measured_data.csv", comments="#", usecols=[0,3,4,5,6], delimiter=",")
ref_data = numpy.loadtxt("auxiliary_files/damaged_problem/measured_data_ref.csv", comments="#", usecols=[0,3,4,5,6], delimiter=",")
self.assertAlmostEqual(numpy.linalg.norm(data - ref_data), 0.0, 9)
self.assertTrue(numpy.allclose(data, ref_data, 1e-12, 1e-12))

def test_SystemIdentification(self):
model = Kratos.Model()
Expand Down

0 comments on commit 7af153a

Please sign in to comment.