Skip to content
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

Ensembles don't work correctly when using hashmap index in knowledge path #152

Open
jiracekz opened this issue Jan 12, 2015 · 0 comments
Open
Labels
Milestone

Comments

@jiracekz
Copy link
Contributor

See IntelligentEnsembleSimulation / both ensembles.
I believe the error is in KnowledgePathHelper.getAbsoluteStrippedPath - when resolving the PathNodeMapKey, the input parameter KnowledgePath path is accidentaly changed too (last two lines in the for cycle change the content of path. Problem is that path is passed by reference from ensemble membership/knowledge exchange parameters, therefore the ensemble membership/knowledge exchange parameters are accidentaly updated with the resolved version of knowledge path.

@jiracekz jiracekz added the bug label Jan 12, 2015
@iliasger iliasger added this to the jDEECo 3.0 milestone Feb 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants