Skip to content

Commit 9c9c0ae

Browse files
committed
added TODO
1 parent 3862150 commit 9c9c0ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/evals.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ class Evals:
2121
"""
2222
Benchmark Code generated using Pass@k Metric and other metrics
2323
This is useful to access each LLM for Verilog code generation
24+
25+
TODO: This class is the most buggiest code I have written - thanks to Python.
26+
- Yet somehow, it works. (like an ugly glue)
27+
- Before it becomes a *Tech Debt*, clean it up!
28+
NOTE: Use this class with caution
2429
"""
2530

2631
def __init__(self):

0 commit comments

Comments
 (0)