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!