Skip to content

Commit 0e807e8

Browse files
Fix typo in comments
1 parent 50b89bc commit 0e807e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyqrackising/spin_glass_solver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ def spin_glass_solver(
463463
continue
464464

465465
if max_energy == float("inf"):
466-
# We no way to compare for improvement.
466+
# We have no way to compare for improvement.
467467
break
468468

469469
# Post-reheat phase

pyqrackising/spin_glass_solver_streaming.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def spin_glass_solver_streaming(
278278
continue
279279

280280
if max_energy == float("inf"):
281-
# We no way to compare for improvement.
281+
# We have no way to compare for improvement.
282282
break
283283

284284
# Post-reheat phase

0 commit comments

Comments
 (0)