Skip to content

Commit

Permalink
update test_generate_claim_and_question.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Candice0313 authored Jul 24, 2024
1 parent 828dfcd commit ac2b8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_generate_claim_and_question.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import unittest
import os
from generate_claim import extract_atomic_claims, generate_questions
from data.generate_claim import extract_atomic_claims, generate_questions
current_path = os.path.dirname(os.path.abspath(__file__))
main_folder_path = os.path.join(current_path, '..')

Expand Down

0 comments on commit ac2b8b7

Please sign in to comment.