Python EPI Judge Can't Find test_framework

#1

Hi there,

I just got the EPIJudge-dev code and am looking at it in PyCharm, using Python 3.6.

I’m looking within the folder called “epi_judge_python” and see a folder called “test_framework” along with a bunch of other Python files and folders.

I click on the first Python file (absent_value_array.py) and PyCharm underlines the import statements in that file in red, indicating an error. Specifically, it doesn’t like:

from test_framework.test_failure_exception import TestFailureException

and

from test_framework import test_utils_generic_main, test_utils

Any idea what might be causing this problem?

Thanks!

0 Likes

#2

We have video about how to use PyCharm in our github page so I think their might be something wrong at your side. We did not receive this from any other one who use this.

0 Likes