Minor Updates

This commit is contained in:
Jeff 2026-01-05 21:48:47 -04:00
parent d5ebf99124
commit 793acc9ca7
2 changed files with 4 additions and 9 deletions

View file

@ -8,11 +8,10 @@ import sys
from .jepl_general import * from .jepl_general import *
from .jeplpv import * from .jeplpv import *
from .jepl_circuits import * from .jepl_circuits import *
from .jepl_templates import * # safety still needs to be re-wrote, but I will do it later.
from .jepl_safety import * #from .jepl_safety import *
# Templates rely on safety so I will have to fix it too
#from .jepl_templates import *
#print(cec21table1)
def Test(): def Test():
print( "JMK Python Module works! !") print( "JMK Python Module works! !")

View file

@ -375,7 +375,6 @@ def conduit_size(num_cc,cc_con,bond,insulation="RW90", voltage = 1000, jacketed
# #
# Determine the maximum conduit fill # Determine the maximum conduit fill
# #
import numpy as np
if num_cc == 1: if num_cc == 1:
percent_fill = 0.53 percent_fill = 0.53
@ -452,9 +451,6 @@ def conduit_size(num_cc,cc_con,bond,insulation="RW90", voltage = 1000, jacketed
return result_raw,result_name,result_inner_dia,resulting_percent_fill return result_raw,result_name,result_inner_dia,resulting_percent_fill
def cable_schedule_naming(conductor_size,conductors,runs = 1,bond='BOND'): def cable_schedule_naming(conductor_size,conductors,runs = 1,bond='BOND'):
''' '''