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

Use ContinuousSpace in ABM constructor #40

Merged
merged 5 commits into from
May 9, 2023
Merged

Use ContinuousSpace in ABM constructor #40

merged 5 commits into from
May 9, 2023

Conversation

mastrof
Copy link
Owner

@mastrof mastrof commented May 8, 2023

Closes #37

@mastrof mastrof added the breaking Breaking change label May 8, 2023
@codecov
Copy link

codecov bot commented May 8, 2023

Codecov Report

Patch coverage: 50.00% and project coverage change: -0.16 ⚠️

Comparison is base (e6da849) 60.85% compared to head (1cbd468) 60.69%.

❗ Current head 1cbd468 differs from pull request most recent head 6dbbc2f. Consider uploading reports for the commit 6dbbc2f to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #40      +/-   ##
==========================================
- Coverage   60.85%   60.69%   -0.16%     
==========================================
  Files          19       19              
  Lines         493      491       -2     
==========================================
- Hits          300      298       -2     
  Misses        193      193              
Impacted Files Coverage Δ
src/model.jl 85.00% <50.00%> (-1.37%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@mastrof mastrof merged commit afc92e8 into main May 9, 2023
@mastrof mastrof deleted the space branch May 9, 2023 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use the space interface from Agents.jl when creating an ABM
1 participant