Skip to content

Commit 9bf76e8

Browse files
committed
Updated the spect tests to run with 8.4.0 instead o 8.3.0
1 parent d28cb76 commit 9bf76e8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

hed/schema/schema_io/ontology_util.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ def update_dataframes_from_schema(dataframes, schema, schema_name="", get_as_ids
109109
if assign_missing_ids:
110110
# 3: Add any HED ID's as needed to these generated dfs
111111
for df_key, df in output_dfs.items():
112-
if (df_key == constants.STRUCT_KEY or df_key in constants.DF_EXTRAS or
113-
df_key in constants.DF_EXTRAS):
112+
if df_key == constants.STRUCT_KEY or df_key in constants.DF_EXTRAS:
114113
continue
115114
unused_tag_ids = _get_hedid_range(schema_name, df_key)
116115

0 commit comments

Comments
 (0)