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

Replace ballistic by mode #81

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

bqth29
Copy link
Owner

@bqth29 bqth29 commented Oct 7, 2024

💬 Pull Request Description

Fixes #80

✔️ Check list

  • The code matches the styling rules
  • The new code is covered by relevant tests
  • Documentation was added

🚀 New features

None.

🐞 Bug fixes

None.

📣 Supplementary information

None.

⚠️ Breaking change

The ballistic parameter was replaced by mode that can be either "ballistic" or "discrete".

@bqth29 bqth29 added breaking change A breaking change is brought by this PR refactoring Existing code is refactored (no new feature, no breaking change) labels Oct 7, 2024
@bqth29 bqth29 added this to the Simulated Bifurcation 2.0 milestone Oct 7, 2024
Copy link

codecov bot commented Oct 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (a9ab8bb) to head (668b329).

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #81   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           36        36           
  Lines         1600      1593    -7     
=========================================
- Hits          1600      1593    -7     
Flag Coverage Δ
?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change A breaking change is brought by this PR refactoring Existing code is refactored (no new feature, no breaking change)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename ballistic parameter to mode
1 participant