Skip to content

Commit

Permalink
Fix issue with top_p sampling.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adibvafa committed Sep 21, 2024
1 parent 245e470 commit df61ef9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_CodonPrediction.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def test_predict_dna_sequence_non_deterministic(self):
"ATGTTTTGGTAC",
"ATGTTCTGGTAC",
}

for _ in range(num_iterations):
for temperature in temperatures:
result = predict_dna_sequence(
Expand Down

0 comments on commit df61ef9

Please sign in to comment.