From 0e84b154ef490d2fe1630df2251fe63885021d79 Mon Sep 17 00:00:00 2001 From: harryswift01 Date: Thu, 20 Mar 2025 16:44:01 +0000 Subject: [PATCH] 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 --- CodeEntropy/UnitsAndConversions.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CodeEntropy/UnitsAndConversions.py b/CodeEntropy/UnitsAndConversions.py index 80a690f..c24a1cf 100644 --- a/CodeEntropy/UnitsAndConversions.py +++ b/CodeEntropy/UnitsAndConversions.py @@ -7,10 +7,6 @@ PLANCK_CONST = 6.62607004081818e-34 # J s C_LIGHT = 29979245800 # cm/s -# MACHINE DATA -LITTLE_ENN = "<" -BIG_ENN = ">" - # LENGTH NM2ANG = 1e1 M2ANG = 1e10