Skip to content

Commit

Permalink
Fixed test for constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHelfer committed Dec 29, 2023
1 parent e5b987c commit 67e5cf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_Constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
compute_christoffel,
compute_christoffel_fast,
)
from GeneralRelativity.Constraints import constraint_equations
import os
import sys

Expand All @@ -19,7 +20,7 @@ def test_Constraints():
"""
Test the Constraints class for correctness.
This function tests the Constraints class by comparing its output with precomputed data.
This function tests the Constraints class by comparing its output with precomputed data from GRTL code ().
It reads test data for variable X from a specified directory, computes the necessary
derivatives, and checks if the output of the Constraints class is within a specified
tolerance level of the expected values.
Expand Down

0 comments on commit 67e5cf6

Please sign in to comment.