-
Notifications
You must be signed in to change notification settings - Fork 0
Fix json multichannelbw #90
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
base: main
Are you sure you want to change the base?
Conversation
These features are not released, see here. But good to be aware for future developments. |
|
The problem should be somewhere here, then, |
|
@redeboer do the tests at the PR check the validation points of json in python code? I'm surprised to see that the json is modified, python code is not modified, but test button is green. |
|
There are some tests, it seems |
|
JSON has cross check evaluation, it is surprising that these are not evaluated or pass, given that the lineshape for L1405 changed |
Not really. Like I said, this was coded together in an afternoon and is therefore only in a release candidate. Serialization is currently not our priority list. |
|
This issue is looking forward for being resolved :) |
|
ping @redeboer Let's check if your before merging, I would like to see,
|
Closes #87
A major problem has been found in implementation of Multichannel BW, in the way how couplings are computed.
The couplings themselves appear only for Flatte. So these values were modified to be consistent with the correct implementation.
Python side
MultichannelBreitWigneris imported, so since it was matched, the problem might be there as well