-
Notifications
You must be signed in to change notification settings - Fork 2
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
Enforce default for matching order at post-init time #326
Conversation
ae952e5
to
0c4bf11
Compare
I take it back: thanks to @felixhekhorn is already tested. And the behavior was different from the one I imagined. Actually, this would not work with the polarized settings @RoyStegeman forwarded (the default would not reproduce those settings, but you should keep manually specifying it). theorycard = TheoryCard.from_dict(
{
"order": [2, 0],
...
"matching_order": [2, 0],
}
) (and instead it will be |
It's not urgent since I can just set the matching orders manually. Nevertheless, I think this can be merged once @Radonirinaunimi is able to confirm if this is also correct for polarized. |
|
I thought the same, but one should be to evolve ekos without that key and the other one for reading ekos without that key no? |
Mmm not really, I think - either case would create a |
Indeed, @felixhekhorn is right: they are acting both at the level of the |
0c4bf11
to
95299fd
Compare
Co-authored-by: Felix Hekhorn <[email protected]>
Can this be merged? |
For me, it was ready. If you and @giacomomagni agree, then I'll merge. |
Hot fix for matching order setting.
It should be properly tested, but if merging this is urgent we can postpone it.