Unverified Commit fc5019ea authored by Baber Abbasi's avatar Baber Abbasi Committed by GitHub
Browse files

use np.NaN (#2937)

parent e4a7b69f
......@@ -4,6 +4,9 @@ import datasets
import numpy as np
if np.__version__ >= "2.0":
np.NaN = np.nan
# Possible unknown responses, copied from the HELM implementation
UNKNOWN_RESPONSES = [
"Unknown",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment