Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hussein-Mahfouz committed May 3, 2024
1 parent e6617cf commit fab0d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/1_prep_synthpop.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit fab0d2b

Please sign in to comment.