Skip to content

Commit 0305746

Browse files
authored
Update SpecNec_executable_streamlit.py
1 parent 1ef2004 commit 0305746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fun_SPEC_NEC/SpecNec_executable_streamlit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
Sai.append([I * n * z * fads[0] * (Tc / T) ** r / (R * fip * fie)])
4848
Tie.append([T])
4949

50-
Resul = pd.DataFrame({ 'Period [s]': Tie,'Sae [g]': Sae,'Sai [g]': Sai})
50+
# Resul = pd.DataFrame({ 'Period [s]': Tie,'Sae [g]': Sae,'Sai [g]': Sai})
5151

5252
Tie = np.array(Tie)
5353
Sae = np.array(Sae)

0 commit comments

Comments
 (0)