-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data generator script doesn't return stable DataPublication dates #444
Comments
MRichards99
added a commit
that referenced
this issue
Aug 30, 2023
- This should stop relative generation causing different data to be generated on different days
MRichards99
added a commit
that referenced
this issue
Aug 30, 2023
- This should stop relative generation causing different data to be generated on different days
5 tasks
MRichards99
added a commit
that referenced
this issue
Aug 30, 2023
- This should stop relative generation causing different data to be generated on different days
4 tasks
MRichards99
added a commit
that referenced
this issue
Sep 7, 2023
…ates-#444 fix: #444 Generate publication dates between two specific dates
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
The
icat_db_generator.py
script passes the-15y
start date variable to DataPublication publication dates and to DataPublicationDates. The problem then is that given the same seed on different days, the data will be off by the difference between the two days. This causes problems with generating data for e2e tests.Acceptance criteria:
The text was updated successfully, but these errors were encountered: