From 31157e3c9aa6b488912eeb1956c8dca3af73648e Mon Sep 17 00:00:00 2001 From: "Bruchon, Matthew" Date: Mon, 23 Sep 2024 23:52:15 -0400 Subject: [PATCH] Update utilities.py --- python/altrios/utilities.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/python/altrios/utilities.py b/python/altrios/utilities.py index 646f1ee..1cfd03a 100644 --- a/python/altrios/utilities.py +++ b/python/altrios/utilities.py @@ -45,9 +45,6 @@ def resources_root() -> Path: PowerTrace, ) -pl.Config.set_tbl_cols(15) -pl.Config(tbl_width_chars=150) - MPS_PER_MPH = 1.0 / 2.237 N_PER_LB = 4.448 KG_PER_LB = 1.0 / 2.20462