Skip to content

Commit bd6123f

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fun_SPEC_NEC/SpecNec_executable_streamlit.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import numpy as np
2-
# import pandas as pd
2+
import pandas as pd
33
import matplotlib.pyplot as plt
44
# import matplotlib.animation as animation
55
# import mpld3
@@ -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)