Skip to content

Commit

Permalink
Fix trailing commas in noaa
Browse files Browse the repository at this point in the history
  • Loading branch information
engechas committed Nov 30, 2021
1 parent 4c6bf36 commit 5e1e5de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noaa/challenges/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
{
"operation": "max_temp",
"warmup-iterations": 10,
"iterations": 100,
"iterations": 100
{%- if not target_throughput %}
,"target-throughput": 4
{%- elif target_throughput is string and target_throughput.lower() == 'none' %}
Expand All @@ -293,7 +293,7 @@
{
"operation": "last_max_temp_top_hits",
"warmup-iterations": 10,
"iterations": 100,
"iterations": 100
{%- if not target_throughput %}
,"target-throughput": 4
{%- elif target_throughput is string and target_throughput.lower() == 'none' %}
Expand Down

0 comments on commit 5e1e5de

Please sign in to comment.