Skip to content

Commit

Permalink
file 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ctarnold committed Apr 24, 2024
1 parent 8728ab9 commit e7758f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instructDataPrompting.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
with open(file, "r+") as f:
temp = T[index]
# need indices not 0 and not 3
if (index != 1):
if (index != 2):
index += 1
continue
index = index + 1
Expand Down

0 comments on commit e7758f6

Please sign in to comment.