Skip to content

Commit

Permalink
docs: update notes
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfromyeg committed Aug 1, 2023
1 parent efc8f2d commit a5e9286
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/joplin/sure journal.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ backlinks: []
## 2023-08-01

- Build new, more sophisticated models for for use with UP
- Verify EPM e-mail received (message Kevin, Chris)
- ~~Verify EPM e-mail received~~ (message Kevin, Chris)
- Can run on Python 3.11 fine; needs `np.float` to be renamed `np.float64` (or 32) for use with later NumPy version
- Will do this after I verify the model outputs
- Send Chris initial set of UP plots
- Build plots for additional experiments (up vs. roar, or succinctly, `UPROAR`, and `naive`), send to Chris
5 changes: 5 additions & 0 deletions jgw.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ jgw export .\content\joplin
# Format notes
npm -g i prettier
prettier content/ --write

# Commit and push changes
git add .
git commit -m "docs: update notes"
git push -u origin hugo

0 comments on commit a5e9286

Please sign in to comment.