Skip to content
Snippets Groups Projects
Commit de07ff88 authored by Millian Poquet's avatar Millian Poquet
Browse files

notebook: set seed to 1

parent 52246325
Branches
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ The goal of this notebook is to model how the nodes behave in terms of power con
# Read the aggregated data
```{r, echo = TRUE}
set.seed(1)
suppressMessages(library(tidyverse))
suppressMessages(library(viridis))
library(knitr)
......
......@@ -26,6 +26,7 @@ The goal of this notebook is to determine the impact of the job power predictor
## Code to read and prepare data
```{r, echo = TRUE}
set.seed(1)
suppressMessages(library(tidyverse))
suppressMessages(library(viridis))
library(knitr)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment