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

tests: Resolve warnings by defining PropertyLayer dtypes #1987

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

EwoutH
Copy link
Member

@EwoutH EwoutH commented Jan 22, 2024

Resolve warnings in the space tests by defining PropertyLayer dtypes, by either defining dtype=int or setting the default value from an int (like 1) to a float (like 1.0).

Resolve warnings in the space tests by defining PropertyLayer dtypes, by either defining dtype=int or setting the default value from an int (like 1) to a float (like 1.0).
@EwoutH EwoutH added the testing Release notes label label Jan 22, 2024
@EwoutH EwoutH requested a review from rht January 22, 2024 10:27
Copy link

Performance benchmarks:

Model Size Init time [95% CI] Run time [95% CI]
Schelling small 🔵 +0.6% [+0.5%, +0.9%] 🔵 +0.4% [+0.3%, +0.6%]
Schelling large 🔵 -0.4% [-0.7%, -0.0%] 🔵 +0.8% [-0.8%, +2.5%]
WolfSheep small 🔵 +0.0% [-0.4%, +0.5%] 🔵 +0.0% [-0.1%, +0.1%]
WolfSheep large 🔵 +0.2% [-0.4%, +0.8%] 🔵 +0.3% [-0.3%, +1.1%]
BoidFlockers small 🔵 +0.9% [+0.4%, +1.4%] 🔵 +3.0% [+2.3%, +3.8%]
BoidFlockers large 🔵 +0.5% [+0.2%, +0.8%] 🔴 +4.2% [+3.6%, +4.8%]

@rht rht merged commit b96db8f into projectmesa:main Jan 22, 2024
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Release notes label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants