We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0340dae commit 16e8837Copy full SHA for 16e8837
requirements-test.txt
@@ -10,6 +10,7 @@ seaborn~=0.11.2
10
sqlalchemy~=1.4.23
11
xlrd~=2.0.1
12
openpyxl~=3.0.7
13
+h5py~=3.11.0
14
15
# test-utils deps
16
pytest~=6.2.5
tests/helper.py
@@ -51,7 +51,6 @@ def in_temp_dir():
51
52
53
def run(data, run_code=True):
54
-
55
pec = data.get("DC_PEC", "")
56
stu_code = data.get("DC_CODE", "")
57
sol_code = data.get("DC_SOLUTION", "")
0 commit comments