-
Notifications
You must be signed in to change notification settings - Fork 15
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 ToyResult and ToyManager classes #20
Conversation
…as in the yml file
@eduardo-rodrigues ready for review when you have time :). |
Hi @marinang, I will do it but only after Wednesday this week … Sorry for the delay. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quite a big PR, "for a change" :D.
I didn't have much to say, but hopefully 1-2 comments were useful.
Good job!
Thank you @eduardo-rodrigues. I will make the appropriate changes. |
ResultToy
is a container of the result of the toys and contains:ToyManager
is a dictionary like container ofToyResult
object. It can generate and fit the toys and can save the results in a yml file and can read it back (see #18).The
FrequentistCalculator
is now also a subclass of theToyManager
.