Skip to content

Fix clustering at LvGridGeneration#682

Draft
danielfeismann wants to merge 9 commits intodevfrom
df/#680-fix-clustering-of-lv-grids
Draft

Fix clustering at LvGridGeneration#682
danielfeismann wants to merge 9 commits intodevfrom
df/#680-fix-clustering-of-lv-grids

Conversation

@danielfeismann
Copy link
Member

resolves #680

@danielfeismann
Copy link
Member Author

Some parts that causes the issue we discussed here has been handled here. This is at least my understanding of the problem and a partial solution.

However, I think updating the LV nodes directly, as I did, causes new problems, such as loads losing their nodes. This can be encountered when running a simulation. It is most likely that the update of subnetNo for the lvNodes needs to be done by the changesMap. However, that one quickly becomes very large and often contains non-changing entries. Which may can be improved? (see #681)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix clustering at LvGridGeneration

1 participant