Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2022-02-15 07:54:06 +01:00
parent d456bcb9a5
commit 5b3d7fcf2c
2 changed files with 4 additions and 1 deletions

View File

@@ -587,6 +587,9 @@ def resample(id,r,parent,overwrite='copy'):
marker = check_marker(parent)
result = update_wps(r,mytypes.otwtypes)
result = update_wps(r,mytypes.otetypes)
tss,normp = workout_rscore(parent)
goldmedalstandard,goldmedalseconds = workout_goldmedalstandard(parent)
else:
id, message = new_workout_from_df(r, data, title=parent.name + '(Resampled)',
parent=parent,forceunit='N')

View File

@@ -7,7 +7,7 @@ from rowers.views.statements import *
import collections
import simplejson
from jinja2 import Template,Environment,FileSystemLoader
from jinja2 import Template, Environment, FileSystemLoader
from rowers.rower_rules import can_view_session
def floatformat(x,prec=2): # pragma: no cover