Skip to content

Commit

Permalink
add TODO tag
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Apr 3, 2024
1 parent 74e9d85 commit 5e91f39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/relation/test_relation.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ def test_invalid_properties(self):
DeltaERelation(coefficients=[np.random.rand(3), np.random.rand(4)])

def test_eval_limit_potential_2D(self):
# TODO: improve the unit test to assert value in generate grid points
delta_E_relation = DeltaERelation(
coefficients=[np.random.rand(3), np.random.rand(3)]
)
Expand Down

0 comments on commit 5e91f39

Please sign in to comment.