Merge branch 'feature/impeller' into develop
This commit is contained in:
@@ -411,7 +411,7 @@ def save_workout_database(f2,r,dosmooth=True,workouttype='rower',
|
|||||||
summary='',
|
summary='',
|
||||||
makeprivate=False,
|
makeprivate=False,
|
||||||
oarlength=2.89,inboard=0.88,
|
oarlength=2.89,inboard=0.88,
|
||||||
consistencychecks=True):
|
consistencychecks=False):
|
||||||
message = None
|
message = None
|
||||||
powerperc = 100*np.array([r.pw_ut2,
|
powerperc = 100*np.array([r.pw_ut2,
|
||||||
r.pw_ut1,
|
r.pw_ut1,
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
<p>
|
<p>
|
||||||
Links to the cumulative statistics pages for your team's members
|
Links to the cumulative statistics pages for your team's members
|
||||||
</p>
|
</p>
|
||||||
<table width="70%" class="listtable shortpadded">
|
<table width="90%" class="listtable shortpadded">
|
||||||
<tbody>
|
<tbody>
|
||||||
{% for u in theusers %}
|
{% for u in theusers %}
|
||||||
<tr>
|
<tr>
|
||||||
@@ -21,6 +21,8 @@
|
|||||||
<td><a href="/rowers/histo/u/{{ u.id }}">Power Histogram</a></td>
|
<td><a href="/rowers/histo/u/{{ u.id }}">Power Histogram</a></td>
|
||||||
<td><a href="/rowers/cumstats/u/{{ u.id }}">Stats</a></td>
|
<td><a href="/rowers/cumstats/u/{{ u.id }}">Stats</a></td>
|
||||||
<td><a href="/rowers/user-boxplot-select/user/{{ u.id }}/">Box Chart</a></td>
|
<td><a href="/rowers/user-boxplot-select/user/{{ u.id }}/">Box Chart</a></td>
|
||||||
|
<td><a href="/rowers/{{ u.id }}/otw-bests">OTW Ranking Pieces</a></td>
|
||||||
|
<td><a href="/rowers/user-multiflex-select/user/{{ u.id }}/">Trend Flex</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|||||||
Reference in New Issue
Block a user