Skip to content

Commit

Permalink
added start/end date to stats csv output from viz notebook (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnThomasSEAS authored Oct 22, 2024
1 parent 641eca5 commit 47f53fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/notebooks/visualization_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -995,6 +995,8 @@
"source": [
"# Output statistics to a CSV file\n",
"statistics = {\n",
" \"StartDate\": start_date,\n",
" \"EndDate\": end_date,\n",
" \"PriorEmissions\": total_prior_emissions,\n",
" \"PosteriorEmissions\": total_posterior_emissions,\n",
" \"DOFS\": DOFS,\n",
Expand Down

0 comments on commit 47f53fc

Please sign in to comment.