File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
tests/tests_pytorch/loops Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
66
7- ## [ 2.5.0] -
7+ ## [ 2.5.0] -
88
99### Added
1010
Original file line number Diff line number Diff line change @@ -571,7 +571,6 @@ def test_fit_loop_reset(tmp_path):
571571 assert epoch_loop .batch_progress .total .ready == 2
572572 assert epoch_loop .batch_progress .total .processed == 2
573573 assert epoch_loop .batch_progress .total .completed == 2 # the checkpoint was saved on train_batch_end
574- # this used to be 1 but progress is now recorded before train_batch_end
575574 assert epoch_loop .batch_progress .current .ready == 2 # currents get set to the completed value
576575 assert epoch_loop .batch_progress .current .processed == 2
577576 assert epoch_loop .batch_progress .current .completed == 2
You can’t perform that action at this time.
0 commit comments