Skip to content

Commit ced1af8

Browse files
sadra-barikbingithub-actions[bot]
authored andcommitted
autopep8 fix
1 parent 635e054 commit ced1af8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/ignite/metrics/test_metric.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
Metric,
1919
reinit__is_reduced,
2020
RunningBatchWise,
21-
SingleEpochRunningBatchWise,
2221
RunningEpochWise,
22+
SingleEpochRunningBatchWise,
2323
sync_all_reduce,
2424
)
2525

@@ -909,7 +909,6 @@ def update(self, output):
909909

910910

911911
def test_running_epochwise_usage():
912-
913912
def test(usage):
914913
engine = Engine(lambda e, b: e.state.metrics["ewm"])
915914

0 commit comments

Comments
 (0)