generated from pythonhealthdatascience/stars_reproduction_template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(logbook): add day 12 logbook (tom's test run of model)
- Loading branch information
1 parent
d80f632
commit 6260fce
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: "Day 13" | ||
author: "Amy Heather" | ||
date: "2024-07-22" | ||
categories: [compendium] | ||
bibliography: ../../../quarto_site/references.bib | ||
--- | ||
|
||
::: {.callout-note} | ||
|
||
Tom's test run of the model. | ||
|
||
::: | ||
|
||
## Untimed: Test run by second member of STARS team | ||
|
||
Tom attempted to run the model from my `reproduction/` folder. | ||
|
||
Was able to run the tests fine, and also ran some of the scripts. | ||
|
||
The `renv` install okay - just needed to install some operating system dependencies via `apt`, but likely as that was the first time he'd used R on that machine. | ||
|
||
The local build of the docker image worked fine first time. Launched RStudio server and ran testthat without an issue. | ||
|
||
Noted that in both cases RStudio was using 8GB RAM. | ||
|
||
Wasn't able to run it on his virtual machine (by default, that only allocates 4GB RAM, so that would be why). |