Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Make sample_width, bin_size, diffusion & drop_dist tuples #908

Open
jwaiton opened this issue Oct 24, 2024 · 0 comments
Open

Make sample_width, bin_size, diffusion & drop_dist tuples #908

jwaiton opened this issue Oct 24, 2024 · 0 comments
Labels
easy good first issue Issues for people willing to get into IC help wanted

Comments

@jwaiton
Copy link
Collaborator

jwaiton commented Oct 24, 2024

All these parameters involved in Beersheba are of fixed size and we don't want them to be changed once they're assigned (immutable). Hence it would be beneficial to convert them to tuples as it would ensure they aren't altered in the running of the cities.

All of these parameters are defined within the beersheba config, but converting them all will require ensuring that all functions in which each variable is used is altered across the entire repository.

@gonzaponte gonzaponte added help wanted good first issue Issues for people willing to get into IC easy labels Oct 30, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
easy good first issue Issues for people willing to get into IC help wanted
Projects
None yet
Development

No branches or pull requests

2 participants