You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "C:\Users\Rui\Desktop\All_code\CheckList\release_data\qqp\test.py", line 4, in <module>
suite = TestSuite.from_file(suite_path)
File "C:\Users\Rui\Desktop\All_code\CheckList\checklist\test_suite.py", line 33, in from_file
return load_test(path)
File "C:\Users\Rui\Desktop\All_code\CheckList\checklist\abstract_test.py", line 13, in load_test
return dill.load(infile)
File "C:\ProgramData\anaconda3\envs\CheckList\lib\site-packages\dill\_dill.py", line 287, in load
return Unpickler(file, ignore=ignore, **kwds).load()
File "C:\ProgramData\anaconda3\envs\CheckList\lib\site-packages\dill\_dill.py", line 442, in load
obj = StockUnpickler.load(self)
TypeError: an integer is required (got type bytes)
what I should do to solve this problem
The text was updated successfully, but these errors were encountered:
my read program
Error reported after running the program
what I should do to solve this problem
The text was updated successfully, but these errors were encountered: