Skip to content

Commit

Permalink
fix coord file writing
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Müller <[email protected]>
  • Loading branch information
marcelmbn committed Jan 30, 2025
1 parent 62176ba commit 70537d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_molecules/test_molecule.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ def test_write_coord_to_file(tmp_path):
mol.xyz = np.array([[0.0, 0.0, 0.0], [1.0, 0.0, 0.0]])

expected_content = """$coord
0.0000000 0.0000000 0.0000000 H
1.8897261 0.0000000 0.0000000 F
0.00000000000000 0.00000000000000 0.00000000000000 H
1.88972612590778 0.00000000000000 0.00000000000000 F
$end
"""

Expand Down

0 comments on commit 70537d6

Please sign in to comment.