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 history getters #132

Merged
merged 7 commits into from
Jun 13, 2018
Merged

Conversation

ljvmiranda921
Copy link
Owner

No description provided.

ljvmiranda921 added 5 commits June 12, 2018 21:59
In this commit, we decided to remove the @Property in storing
the dependency. I found this very redundant and violates Python's
rule of having only one way of doing things. Instead, we just
access the histories from the class/instance attributes

Signed-off-by: Lester James V. Miranda <[email protected]>
In this commit, we updated the tests on the optimizers to reflect
the changes on using @Property. It's much better now because our
tests are parameterized than having multiple asserts.

Signed-off-by: Lester James V. Miranda <[email protected]>
This coincides with the decision to deprecate the PlotEnvironment.
The whole environments module is now unsupported, and users will
now be required to use the plotters module instead.

Signed-off-by: Lester James V. Miranda <[email protected]>
@ljvmiranda921 ljvmiranda921 self-assigned this Jun 12, 2018
@ljvmiranda921 ljvmiranda921 merged commit bd1b24e into add-plotters-module Jun 13, 2018
@ljvmiranda921 ljvmiranda921 deleted the remove-history-getters branch June 13, 2018 13:10
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