Skip to content

Commit

Permalink
Update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar committed Feb 16, 2024
1 parent 6662957 commit be8ec7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_geo_opt.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_fmax():

@pytest.mark.slow
def test_filter_func():
"""Test passing different filter to optimize."""
"""Test passing a different filter to optimize."""
data_path = os.path.join(os.path.dirname(__file__), "data", "LiFePO4_bc.cif")
model_path = os.path.join(os.path.dirname(__file__), "models", "MACE_small.model")
single_point = SinglePoint(
Expand Down

0 comments on commit be8ec7e

Please sign in to comment.