Skip to content

Commit

Permalink
tweaked unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
brittyscience committed Nov 13, 2024
1 parent 59d7f22 commit d2a94a3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_analysis/test_hydrogen_bonding.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ def test_run_success_kabsch_sander(
expected_energies = [0.5, 0.7]
mock_kabsch_sander.return_value = (expected_indices, expected_energies)

# mock top_file method

# mock_top_file.return_value = "mock_topology.pdb"

# Call the _run method
traj_file = "rec0_butane_123456"
top_file = "top_sim0_butane_123456"
Expand Down

0 comments on commit d2a94a3

Please sign in to comment.