-
-
Notifications
You must be signed in to change notification settings - Fork 656
ignite.engines -> ignite.engine #158
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
ignite.engines -> ignite.engine #158
Conversation
vfdev-5
left a comment
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.
LGTM, let's wait travis
ignite/engine/__init__.py
Outdated
| @@ -1,4 +1,4 @@ | |||
| from ignite.engines.engine import Engine, Events, State | |||
| from .engine import Engine, State, Events | |||
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
|
yeah, or the alternative is to put the things in `__init__.py` into
`ignite/engine.py` 🤷
…On Wed, Apr 25, 2018 at 4:03 PM, vfdev ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In ignite/engine/__init__.py
<#158 (comment)>:
> @@ -1,4 +1,4 @@
-from ignite.engines.engine import Engine, Events, State
+from .engine import Engine, State, Events
from ignite.engine.engine import Engine
we should have called the package engine to complete the similarity :)
Otherwise, if you put Engine, State, Event into ignite.__init__.py it
could be nicer, what do you think ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#158 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAp8WiE-ZzzH_f7Ip6HE30aEM14dqXNKks5tsJAkgaJpZM4TjaUB>
.
|
|
LGTM! |
|
@alykhantejani as you are working on this, could you fix also logger messages in
Thanks |
|
@vfdev-5 sure thing. Was waiting to merge the other PRs so others don't have to fix merge conflicts :) |
|
@alykhantejani just remarked, maybe, we need to change |
|
Yup - my bad. |
resolve #152
cc @vfdev-5 @jasonkriss can I get a review please :)