Skip to content

Commit

Permalink
#236: Change seeding for Faker
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Jun 4, 2021
1 parent ede12bf commit 28fd5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/icat_db_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
SEED = args.seed
YEARS = args.years # 4 Cycles per years generated
faker = Faker()
faker.seed(SEED)
Faker.seed(SEED)


engine = create_engine(
Expand Down

0 comments on commit 28fd5eb

Please sign in to comment.