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

Codelistaddition #56

Merged
merged 5 commits into from
Mar 14, 2025
Merged

Codelistaddition #56

merged 5 commits into from
Mar 14, 2025

Conversation

a-hartens
Copy link
Collaborator

Implemented Union of codelists and a test; codelists can now be added with the magic function addition

@a-hartens a-hartens requested a review from sprivite March 14, 2025 09:37
self,
codelist: Union[str, List, Dict[str, List]],
name: Optional[str] = None,
use_code_type: Optional[bool] = True,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do you prefer to have these properties belong to the codelist and not the CodelistFilter? CodelistFilter is the thing that needs to resolve codelists

@sprivite sprivite merged commit 8717e00 into main Mar 14, 2025
2 checks passed
@sprivite sprivite deleted the codelistaddition branch March 14, 2025 13:57
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.

2 participants