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

Idiomatic ixa #28

Closed
3 tasks done
ChiragKumar9 opened this issue Dec 10, 2024 · 1 comment · Fixed by #32
Closed
3 tasks done

Idiomatic ixa #28

ChiragKumar9 opened this issue Dec 10, 2024 · 1 comment · Fixed by #32

Comments

@ChiragKumar9
Copy link
Collaborator

ChiragKumar9 commented Dec 10, 2024

Goal

Update the use of ixa in this repo to match the latest and greatest syntax on the the ixa repo's main branch.

Context

Ixa development has been ongoing while we have been using it in this repo. As such, we may have syntax that still works but is no longer the best way to do something in our repo. We should update to use the desired ixa syntax.

Specifications

  • Use trait extensions exported from main ixa crate rather than accessing them from a module within ixa.
  • Use ixa's built-in method sample_person to get a random person at the beginning of the simulation to infect.
  • Once merged in, switch to using ixa's built-in command line runner.
@k88hudson-cfa
Copy link
Collaborator

k88hudson-cfa commented Dec 12, 2024

@confunguido confunguido linked a pull request Dec 18, 2024 that will close this issue
confunguido added a commit that referenced this issue Dec 20, 2024
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 a pull request may close this issue.

2 participants