-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
When I try to use the pickle files to define Tuv, Vuv, etc in my test_SCF file, I get the following error:
ERROR tests/SCF/test_SCF.py - _pickle.UnpicklingError: invalid load key, '\x0a'.
I use:
Tuv = pickle.load(open("tuv.pkl", "rb")) to define Tuv, which is what some of my classmates have used to define their Tuv
variables but I get the above error. I'm not sure what the cause is?
Metadata
Metadata
Assignees
Labels
No labels