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

Refactor Evaluator related module #153

Merged
merged 2 commits into from
Nov 19, 2020
Merged

Conversation

jeff231li
Copy link
Collaborator

@jeff231li jeff231li commented Nov 18, 2020

This PR refactors the namespace for Evaluator-related modules to make the repository cleaner (preparing for a v1.1.0 release) so that instead of

from paprika.setup import Setup
from paprika.analyze import Analyze

we import the modules with

from paprika.evaluator import Setup
from paprika.evaluator import Analyze

In addition, I separated the GAFF module from setup.py and added some tests. Other than that the code is basically the same.

@jeff231li jeff231li requested a review from slochower November 18, 2020 01:04
.github/workflows/ci.yaml Show resolved Hide resolved
@jeff231li jeff231li merged commit 1db9a6b into master Nov 19, 2020
@jeff231li jeff231li deleted the refactor_evaluator_module branch November 19, 2020 01:15
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