check
This commit is contained in:
@@ -2456,6 +2456,11 @@ def dataplep(rowdatadf, id=0, inboard=0.88, forceunit='lbs', bands=True, barchar
|
||||
)
|
||||
|
||||
|
||||
if 'Check' in df.columns:
|
||||
# rename column to check_factor
|
||||
df = df.rename({'Check': 'check_factor'})
|
||||
|
||||
|
||||
if 'check_factor' not in df.columns:
|
||||
data = data.with_columns(
|
||||
check_factor = pl.lit(0.0),
|
||||
|
||||
BIN
rowers/tests/testdata/testdata.tcx.gz
vendored
BIN
rowers/tests/testdata/testdata.tcx.gz
vendored
Binary file not shown.
Reference in New Issue
Block a user