Skip to content

Commit 586e4f0

Browse files
committed
Small edits to reflect requests in PR #45:
- Removed CodeEntropy/_version.py as this is no longer needed - Remove stray comment markers in CodeEntropy/PoseidonHelper.py - Added in missing docstring for CodeEntropy/poseidon/analysis/helper.py - Removed brackets in comments for tests/test_EntropyFunctions/test_frequency_calculation.py
1 parent 82c40b1 commit 586e4f0

4 files changed

Lines changed: 10 additions & 560 deletions

File tree

CodeEntropy/PoseidonHelper.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ def frame_iteration(
5151
verbosePrint(datetime.now() - startTime)
5252
sys.stdout.flush()
5353

54-
#
5554
traj = container.trajectory[frame]
5655
neighbour_coords = None
5756
neighbour_coords = traj.positions
@@ -115,7 +114,6 @@ def frame_iteration(
115114
verbosePrint("NEAREST ARRAYS")
116115
verbosePrint(datetime.now() - startTime)
117116
sys.stdout.flush()
118-
#
119117

120118
if cutShell is not None:
121119
# Used for fixed cut-off coordination shells

0 commit comments

Comments
 (0)