InterfaceAnalyzerMover [ WARNING ] calculator already exists #364
-
|
Dear Rosetta community, I've tried the following settings but none of them seem to fix this issue: Any help would be much appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
If all you're using is the InterfaceAnalyzerMover (especially if you're instantiating multiple copies of it), then you can safely ignore that warning -- There's a central registration of calculators it uses. But if one InterfaceAnalyzerMover registers those calculators, it will show up as present when the other InterfaceAnalyzerMovers go to register them. But that shouldn't be an issue, as all the InterfaceAnalyzerMover should register them with the same settings, so it doesn't matter which InterfaceAnalyzerMover actually does the registration. It would only be an issue if you're using something else which also goes to register those calculators with those specific names, and uses a different setting. That's probably not very likely. |
Beta Was this translation helpful? Give feedback.
-
|
That's very helpful, thank you @roccomoretti |
Beta Was this translation helpful? Give feedback.
If all you're using is the InterfaceAnalyzerMover (especially if you're instantiating multiple copies of it), then you can safely ignore that warning -- There's a central registration of calculators it uses. But if one InterfaceAnalyzerMover registers those calculators, it will show up as present when the other InterfaceAnalyzerMovers go to register them. But that shouldn't be an issue, as all the InterfaceAnalyzerMover should register them with the same settings, so it doesn't matter which InterfaceAnalyzerMover actually does the registration.
It would only be an issue if you're using something else which also goes to register those calculators with those specific names, and uses a diffe…