Skip to content
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

Fix erp simulation tutorial #119

Merged
merged 5 commits into from
Nov 6, 2024
Merged

Fix erp simulation tutorial #119

merged 5 commits into from
Nov 6, 2024

Conversation

jschepers
Copy link
Collaborator

@jschepers jschepers commented Nov 6, 2024

Fixed a few issues that were overlooked in the previous PRs #114 and #116:

  • @behinger found a missing rng in the generate_events call in the simulate_components
  • I added deepcopy(rng) in a few places to make sure the simulation is reproducible
  • I started fixing the generate_events doc strings
  • I added the same RNG to the generate_events call as in the simulate call in the Simulate ERP tutorial to make the display of the event table match the event table produced by the simulate function.
  • I also added an rng argument to the convert function but did not test it since the function is supposed to be (re)moved anyway.

@jschepers jschepers merged commit bbff1c1 into main Nov 6, 2024
4 checks passed
@jschepers jschepers deleted the fix-erp-simulation-tutorial branch November 6, 2024 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants