-
Notifications
You must be signed in to change notification settings - Fork 171
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
fix: resurrect ActsScalar
with float
#3754
Conversation
@andiwand Could you maybe help me to adapt the SympyStepper? This is the only failing unit.
|
I think the hardcoded On a general note: I wonder if we should rather get rid of I think we should use the type which makes sense which is by default |
fe37fe9
to
a4bd7bb
Compare
a4bd7bb
to
75265fb
Compare
Thanks, I just read through the code generation and saw, that the relevant part is not generated by Sympy. |
Quality Gate passedIssues Measures |
Like @andiwand says it might be worth thinking about if we want to retire this typedef entirely at this point, since it doesn't really serve a purpose anymore. |
We will have a discussion during the workshop next week, how we should proceed on the topic |
Let's remove it: |
For some time, we had a rather random usage of
ActsScalar
instead ofdouble
. This generated mismatches child classes which made it impossible to compile the project.This PR starts to reanimate
ActsScalar
. For the start we try only a minimal build of Core. We provide:ACTS_CUSTOM_SCALARTYPE=float
, ignoring narrowing warningsIn following PRs, we should aim at also building the unit tests and examples until we can actually run the tests.