Skip to content

Commit c2e4640

Browse files
committed
Remove comment
1 parent 703fa62 commit c2e4640

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/lightning/pytorch/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The 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

tests/tests_pytorch/loops/test_loops.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)