Private
Public Access
1
0

removed some print statements

This commit is contained in:
Sander Roosendaal
2018-07-08 21:35:05 +02:00
parent 7b7171ca0f
commit b964a728d8

View File

@@ -603,14 +603,8 @@ def handle_calctrimp(id,
trimpdata = dt*hrr*0.64*np.exp(f*hrr)
trimp = trimpdata.sum()
print hrr.mean()
print trimp
hrtss = 100.*trimp/trimp1hr
print hrtss,trimp1hr
pp = 8.0
df['v4'] = df[' AverageBoatSpeed (m/s)']**(pp)