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

Add IrregularParameterGrid class #210

Merged
merged 2 commits into from
Feb 10, 2024
Merged

Add IrregularParameterGrid class #210

merged 2 commits into from
Feb 10, 2024

Conversation

tomaskontrimas
Copy link
Collaborator

It is needed when the binning of KDE PDFs is irregular in fit parameter.

Copy link
Member

@chiarabellenghi chiarabellenghi left a comment

Choose a reason for hiding this comment

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

I have two minor comments, but changes can be merged for me :)

@chiarabellenghi chiarabellenghi marked this pull request as ready for review February 10, 2024 12:42
@chiarabellenghi chiarabellenghi merged commit 24511ca into master Feb 10, 2024
4 checks passed
@chiarabellenghi chiarabellenghi deleted the seyfert_fix branch February 10, 2024 13:22
@@ -1364,7 +1547,7 @@ def __init__(
"""
super().__init__(
objs=param_grids,
obj_type=ParameterGrid,
obj_type=type(param_grids[0]),
Copy link
Collaborator

Choose a reason for hiding this comment

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

This will fail, when the param_grids parameter is set to None!

Copy link
Collaborator

Choose a reason for hiding this comment

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

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.

3 participants