Skip to content

Commit

Permalink
fix: Remove dataset filesize generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Reillyhewitson committed Feb 23, 2023
1 parent 4b121d6 commit fb466dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion util/icat_db_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,6 @@ def generate_dataset(self, i):
dataset.name = f"{tablename} {i}"
dataset.description = faker.text()
dataset.fileCount = 15
dataset.fileSize = faker.random_int(123, 213123121)
dataset.doi = faker.isbn10(separator="-")
dataset.startDate = get_start_date(i)
dataset.endDate = get_end_date(i)
Expand Down

0 comments on commit fb466dd

Please sign in to comment.