Skip to content

Commit ab59532

Browse files
committed
restore version
1 parent c566436 commit ab59532

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

codeflash/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# These version placeholders will be replaced by poetry-dynamic-versioning during `poetry build`.
2-
__version__ = "0.12.4.post15.dev0+246801dd"
3-
__version_tuple__ = (0, 12, 4, "post15", "dev0", "246801dd")
2+
__version__ = "0.12.3"
3+
__version_tuple__ = (0, 12, 3)

tests/test_comparator.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,8 @@ def test_torch():
702702
assert comparator(gg, hh)
703703
assert not comparator(gg, ii)
704704

705+
# TODO compare torch layers
706+
705707

706708
def test_returns():
707709
a = Success(5)

0 commit comments

Comments
 (0)