Skip to content

Commit 8cebb90

Browse files
committed
test
1 parent 8bf64a8 commit 8cebb90

91 files changed

Lines changed: 8 additions & 14 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ignite/engine/engine.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,12 @@ def __init__(self, process_function: Callable[["Engine", Any], Any]):
165165
# generator provided by self._internal_run_as_gen
166166
self._internal_run_generator: Optional[Generator[Any, None, State]] = None
167167

168-
def __del__(self) -> None:
169-
"""Finalize the engine."""
170-
print("__del__")
171-
global REF_COUNTER
172-
REF_COUNTER += 1
173-
print("counter", REF_COUNTER)
168+
# def __del__(self) -> None:
169+
# """Finalize the engine."""
170+
# print("__del__")
171+
# global REF_COUNTER
172+
# REF_COUNTER += 1
173+
# print("counter", REF_COUNTER)
174174
# try to clear event handlers to break circular references
175175
# try:
176176
# self._event_handlers.clear()
-88 Bytes
Binary file not shown.
-88 Bytes
Binary file not shown.
-88 Bytes
Binary file not shown.
-88 Bytes
Binary file not shown.
-88 Bytes
Binary file not shown.
-88 Bytes
Binary file not shown.
-88 Bytes
Binary file not shown.
-88 Bytes
Binary file not shown.
-88 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)