Skip to content

Commit 214d695

Browse files
author
James Collier
committed
Try again
1 parent eefbf65 commit 214d695

1 file changed

Lines changed: 14 additions & 13 deletions

File tree

  • dodona/exercises/bar-plot/evaluation
Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
- tab: "Bar plot global data"
2-
testcases:
3-
- statement: "import sys"
4-
- statement: "import subprocess"
5-
- statement: "subprocess.check_all([sys.executable, '-m', 'pip', 'install', 'matplotlib'])"
6-
- expression:
7-
python: "submission.bar_plot_global('HadCRUT.5.0.1.0.analysis.summary_series.global.monthly.csv')"
8-
return: !oracle
9-
value: ""
10-
oracle: "custom_check"
11-
file: "test.py"
12-
name: "Image check"
13-
arguments: []
1+
language: "python"
2+
tabs:
3+
- tab: "Bar plot global data"
4+
testcases:
5+
- statement: "import sys"
6+
- statement: "import subprocess"
7+
- statement: "subprocess.check_all([sys.executable, '-m', 'pip', 'install', 'matplotlib'])"
8+
- expression: "submission.bar_plot_global('HadCRUT.5.0.1.0.analysis.summary_series.global.monthly.csv')"
9+
return: !oracle
10+
value: ""
11+
oracle: "custom_check"
12+
file: "test.py"
13+
name: "Image check"
14+
arguments: []

0 commit comments

Comments
 (0)