Private
Public Access
1
0

coverage changes

This commit is contained in:
Sander Roosendaal
2021-09-15 10:10:48 +02:00
parent 86cef108fe
commit 8205fd3c3f
12 changed files with 26 additions and 19 deletions

View File

@@ -2544,7 +2544,7 @@ def getsmallrowdata_db(columns, ids=[], doclean=True,workstrokesonly=True,comput
try:
df = pd.concat(data,axis=0)
except ValueError:
except ValueError: # pragma: no cover
return pd.DataFrame()
# df = dd.concat(data,axis=0)