Skip to content

Commit

Permalink
Correcting filename submission error @ README
Browse files Browse the repository at this point in the history
  • Loading branch information
Chipdelmal committed Mar 26, 2024
1 parent 7652dd7 commit 600938c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions model-output/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -381,9 +381,9 @@ <h1>Data submission instructions</h1>
<li><a href="#Data-formatting">Data formatting</a></li>
<li><a href="#Forecast-file-format">Forecast file format</a></li>
<li><a href="#Forecast-validation">Forecast data validation</a></li>
<li><a href="#Weekly-ensemble-build">Monthly ensemble build</a></li>
<li><a href="#policy-on-late-or-updated-submissions">Policy on late
submissions</a></li>
<li><a href="#evaluation-criteria">Evaluation criteria</a></li>
</ul>
<div id="what-is-a-forecast" class="section level2">
<h2>What is a forecast</h2>
Expand Down Expand Up @@ -628,8 +628,8 @@ <h3>Local Validation</h3>
run:</p>
<pre class="r"><code>require(hubValidations)
hubValidations::validate_submission(
file_path=&#39;CDPH-AZO/2024-05-31-CDPH-AZO.csv&#39;,
hub_path=&#39;.&#39;
hub_path=&#39;.&#39;,
file_path=&#39;CDPH-AZO/2024-05-31-CDPH-AZO.csv&#39;
)</code></pre>
<p>where the <code>file_path</code> should be replaced with your
submission file. If the validation ran correctly, you should see
Expand Down
2 changes: 1 addition & 1 deletion model-output/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ These instructions provide detail about the [data format](#Data-formatting) as w
- [Data formatting](#Data-formatting)
- [Forecast file format](#Forecast-file-format)
- [Forecast data validation](#Forecast-validation)
- [Monthly ensemble build](#Weekly-ensemble-build)
- [Policy on late submissions](#policy-on-late-or-updated-submissions)
- [Evaluation criteria](#evaluation-criteria)

## What is a forecast

Expand Down

0 comments on commit 600938c

Please sign in to comment.