Skip to content

Commit 0e84b15

Browse files
committed
Removal of Endian Sensitive Math as this is no longer standard practice in Python:
- Removed LITTLE_ENN and BIG_ENN constants - No need to make any other changes as there is no reference of this anywhere else in the codebase
1 parent 33c7060 commit 0e84b15

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

CodeEntropy/UnitsAndConversions.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
PLANCK_CONST = 6.62607004081818e-34 # J s
88
C_LIGHT = 29979245800 # cm/s
99

10-
# MACHINE DATA
11-
LITTLE_ENN = "<"
12-
BIG_ENN = ">"
13-
1410
# LENGTH
1511
NM2ANG = 1e1
1612
M2ANG = 1e10

0 commit comments

Comments
 (0)