From fab0d2b19d5f0c27d9b5491e46669d27f073f78e Mon Sep 17 00:00:00 2001 From: Hussein Mahfouz <45176416+Hussein-Mahfouz@users.noreply.github.com> Date: Fri, 3 May 2024 14:57:34 +0100 Subject: [PATCH] fix typo --- scripts/1_prep_synthpop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/1_prep_synthpop.py b/scripts/1_prep_synthpop.py index ca4e313..aa06d27 100644 --- a/scripts/1_prep_synthpop.py +++ b/scripts/1_prep_synthpop.py @@ -6,7 +6,7 @@ def main(): # Seed RNG - np.ranmdom.seed(SEED) + np.random.seed(SEED) # Pick a region with SPC output saved path = "../data/external/spc_output/raw/"