Open cs221313 opened 2 years ago
assert (point is not None) ^ is_pass ^ is_resign
should be:
assert ((point is not None) ^ is_pass ^ is_resign) and not ((point is not None) and is_pass and is_resign)
why I cannot download the file "features-40.npy" and "labels-40.npy"?
should be: