-
Notifications
You must be signed in to change notification settings - Fork 18
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
Bugs on filtering with entity alternatives #3004
Comments
Right. It seems like alternative filter is not working as expected. Not just for the merger tool, but also for other tools and exporter. It filters parameter data, but not entities. Scenario filter does work though. It's not just that setting entity alternative to 'false' does not filter out those entities, but all entities are always passed forward. They should not be unless they are part of the selected alternatives (either through setting true or through 'active by default' - although in case of ND entities all the parent entities should be active of course). |
Entity alternatives have not been implemented for the alternative filter yet. |
Alternative filter now filters entities and parameter values based on entity alternatives, much like scenario filter does. Also, we now filter alternatives and scenarios, too. Re spine-tools/Spine-Toolbox#3004
Alternative filter is now feature-complete. |
Not sure whether it is better to open a new issue.
This DB testin.zip should allow replicating the issue. |
Please replicate the issue with this DB testin.zip, where the
unitB
with entity alternative beingfalse
in "Base" alternative will still be passed to another DB by a Merger.The text was updated successfully, but these errors were encountered: