Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
MaybeJustJames committed Sep 11, 2024
1 parent eefbf65 commit 214d695
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions dodona/exercises/bar-plot/evaluation/suite.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
- tab: "Bar plot global data"
testcases:
- statement: "import sys"
- statement: "import subprocess"
- statement: "subprocess.check_all([sys.executable, '-m', 'pip', 'install', 'matplotlib'])"
- expression:
python: "submission.bar_plot_global('HadCRUT.5.0.1.0.analysis.summary_series.global.monthly.csv')"
return: !oracle
value: ""
oracle: "custom_check"
file: "test.py"
name: "Image check"
arguments: []
language: "python"
tabs:
- tab: "Bar plot global data"
testcases:
- statement: "import sys"
- statement: "import subprocess"
- statement: "subprocess.check_all([sys.executable, '-m', 'pip', 'install', 'matplotlib'])"
- expression: "submission.bar_plot_global('HadCRUT.5.0.1.0.analysis.summary_series.global.monthly.csv')"
return: !oracle
value: ""
oracle: "custom_check"
file: "test.py"
name: "Image check"
arguments: []

0 comments on commit 214d695

Please sign in to comment.