You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I realised this problem in the case of the position refinement parameters. Becasuse the entire engine parameter tree is updated on the main level, entries in the sub-tree (the position refinement parameters) are not updated indivudally insteead the entire list of parameters is overwritten at once. This means that if the user does not specify all available options, there will be missing attributes because the defaults are no longer available.
The text was updated successfully, but these errors were encountered:
There is a temporary fix for the problem with the position refinement parameters (see #245) but I believe there is an underlying issue here, so this should probably be fixed in a better way. @bjoernenders@pierrethibault
* Fixed typos
* Added tests for position correction
* Fixed bug in parsing posref parameters
* Removed unnecessary import
* Move parameter update into init() and remove unnecessary update in DM
* Remove unnecessary param update in ML
* Added reference to open issue #256
I realised this problem in the case of the position refinement parameters. Becasuse the entire engine parameter tree is updated on the main level, entries in the sub-tree (the position refinement parameters) are not updated indivudally insteead the entire list of parameters is overwritten at once. This means that if the user does not specify all available options, there will be missing attributes because the defaults are no longer available.
The text was updated successfully, but these errors were encountered: