Skip to content

Commit 5fa3139

Browse files
committed
fix with black
1 parent 4c53a54 commit 5fa3139

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

CodeEntropy/entropy.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -406,12 +406,8 @@ def _calculate_water_entropy(self, universe, start, end, step):
406406
"""
407407
Sorient_dict, _, vibrations, _ = (
408408
GetSolvent.get_interfacial_water_orient_entropy(
409-
universe,
410-
start,
411-
end,
412-
step,
413-
self._args.temperature,
414-
parallel=True)
409+
universe, start, end, step, self._args.temperature, parallel=True
410+
)
415411
)
416412

417413
# Log per-residue entropy using helper functions

0 commit comments

Comments
 (0)