We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb5fa3d commit 93abe1aCopy full SHA for 93abe1a
hypernetx/hif.py
@@ -12,7 +12,6 @@
12
schema_url = "https://raw.githubusercontent.com/pszufe/HIF_validators/main/schemas/hif_schema_v0.1.0.json"
13
14
15
-
16
def normalize_dataframe(df):
17
"""
18
Moves common attributes into misc_properties for translating into HIF.
@@ -137,7 +136,7 @@ def from_hif(hif=None, filename=None):
137
136
resp = requests.get(schema_url)
138
schema = json.loads(resp.text)
139
validator = fastjsonschema.compile(schema)
140
+
141
if hif is not None:
142
try:
143
validator(hif)
0 commit comments