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

remove kwargs from super-charging SimWrappersSessions #1

Merged
merged 1 commit into from
Jul 24, 2023

Conversation

MBueschelberger
Copy link
Member

@MBueschelberger MBueschelberger commented Jul 24, 2023

Kwargs are passed to SimWrapperSession. Those are passing them to WrapperSessions (superclasses), but they do not take kwargs. This is a bug in simphony-osp<4.0. In order to keep the compability with other wrappers, the kwargs in the init-functions are kept, but not inherited while supercharging the parent classes.

@MBueschelberger MBueschelberger merged commit 3c2b988 into main Jul 24, 2023
6 checks passed
@MBueschelberger MBueschelberger deleted the fix/add-args branch July 24, 2023 18:46
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.

1 participant