diff --git a/content/joplin/sure journal.md b/content/joplin/sure journal.md index b0f54da65605f..896737ce05406 100644 --- a/content/joplin/sure journal.md +++ b/content/joplin/sure journal.md @@ -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 diff --git a/jgw.ps1 b/jgw.ps1 index 9011eee817cfb..83356306e322d 100644 --- a/jgw.ps1 +++ b/jgw.ps1 @@ -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