Skip to content

Commit 2a0edbf

Browse files
committed
added reference to extra dict produced from WE update
1 parent b8aa2a4 commit 2a0edbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CodeEntropy/entropy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ def _calculate_water_entropy(self, universe, start, end, step):
404404
end (int): End frame.
405405
step (int): Step size.
406406
"""
407-
Sorient_dict, _, vibrations, _ = (
407+
Sorient_dict, _, vibrations, _, _ = (
408408
GetSolvent.get_interfacial_water_orient_entropy(
409409
universe, start, end, step, self._args.temperature, parallel=True
410410
)

0 commit comments

Comments
 (0)