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

Issue/8/improve informer and estimator parameter setting #10

Merged

Conversation

raphaelshirley
Copy link
Collaborator

@raphaelshirley raphaelshirley commented Mar 28, 2024

Moved some config settings from the functions to ceci param objects in the class config. this will allow them to be overwritten during inform or estimate stages. We still depend on the lephare txt param files which we might want to replace with a yaml file which would load directly into a keymap.

Code Quality

  • My code follows the code style of this project
  • I have written unit tests or justified all instances of #pragma: no cover; in the case of a bugfix, a new test that breaks as a result of the bug has been added
  • My code contains relevant comments and necessary documentation for future maintainers; the change is reflected in applicable demos/tutorials (with output cleared!) and added/updated docstrings use the NumPy docstring format
  • Any breaking changes, described above, are accompanied by backwards compatibility and deprecation warnings

Raphael Shirley added 3 commits March 26, 2024 22:50
zmode doesnt seem to be added to output.
Still questions over what stages should go in the inform or estimate stage
Still issues with params. Performance seems comparable to BPZ. Added example notebook.
This allows overwriting through the inform or estimate init
…issue/8/improve-informer-and-estimator-parameter-setting
Copy link
Collaborator

@drewoldag drewoldag left a comment

Choose a reason for hiding this comment

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

This is looking good to me.

Copy link
Collaborator Author

@raphaelshirley raphaelshirley left a comment

Choose a reason for hiding this comment

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

Looks good thanks

@drewoldag drewoldag merged commit 9e01da0 into main Apr 5, 2024
1 of 4 checks passed
@drewoldag drewoldag deleted the issue/8/improve-informer-and-estimator-parameter-setting branch April 5, 2024 20:54
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