Skip to content

Commit 9b9ed6f

Browse files
committed
rename code reference in assets; create blank issue template; move demo notebook
1 parent 4cff107 commit 9b9ed6f

File tree

6 files changed

+15
-6
lines changed

6 files changed

+15
-6
lines changed

.github/ISSUE_TEMPLATE/blank.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: Blank Issue Template
3+
about: A blank issue template, for minimal overhead in issue creation.
4+
title: ""
5+
labels: ["general issue"]
6+
assignees: ""
7+
---

.github/ISSUE_TEMPLATE/development_task.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
name: Multisignal Renewal Dev Task Template
3-
about: A template for writing specs following Multisignal Renewal project standards
4-
title: ''
2+
name: PyRenew Developer Task Template
3+
about: A template for writing specifications following Pyrenew project standards.
4+
title: ""
55
labels: ["development task"]
6-
assignees: ''
6+
assignees: ""
77
---
88

99
This template should be used as an outline. It may not be necessary to fill out every section. Delete this block of text and fill in anything in brackets.
File renamed without changes.
File renamed without changes.
File renamed without changes.

pyrenew_flu_light/short_demo_2024-08-27.ipynb renamed to notebooks/short_demo_2024-08-27.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@
1010
"\n",
1111
"1. Background (`cfaepim`) \n",
1212
" * Show `cfa-forecast-renewal-epidemia` & `cfa-flu-eval` \n",
13-
" * Show website,`cfaepim` forecasts, Epidemia, model mathematics\n",
13+
" * Show website,`cfaepim` forecasts, Epidemia, model mathematics \n",
1414
"2. The current re-implementation, i.e. `pyrenew-flu-light`.\n",
1515
"3. Reflections on using PyRenew for development.\n",
16-
"4. Feel free to provide feedback, there is much needed."
16+
"4. Feel free to provide feedback, there is much needed.\n",
17+
"\n",
18+
"The __goal__ was to use the re-implementation of `cfaepim` to find issues with PyRenew."
1719
]
1820
},
1921
{

0 commit comments

Comments
 (0)