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

Additional arguments in wrapped functions #239

Open
a-monsch opened this issue Oct 12, 2023 · 1 comment
Open

Additional arguments in wrapped functions #239

a-monsch opened this issue Oct 12, 2023 · 1 comment
Assignees

Comments

@a-monsch
Copy link

In the following, I will discuss my feature request by providing an example of the "wrapped plot" function defined here.

I understand that this function serves as a simplification, particularly for users who may have less experience, in comparison to the method found here that require object creation etc.

However, the "wrapped" function currently lacks some of the arguments defined in the original method, such as the "ratio" or "residual-specific" ones. My suggestion is to either include these arguments in the "wrapped" function directly, making them accessible to all users, or hide them within **kwargs and provide a reference to these arguments, indicating that they correspond to those defined in the original method.

From this example, I think this could be also applicable to other wrapped functions in a similar way? (I did not specifically look into them)

Cheers

@cverstege
Copy link
Member

We should add this for the next release planned for the summer term 2024. I just assigned @MitchiLaser

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

No branches or pull requests

3 participants