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.
2 parents cd08049 + dbbf269 commit a349092Copy full SHA for a349092
1 file changed
src/template_generation_tools.py
@@ -88,7 +88,7 @@ def generate_class_graph_template(ccf_tools_df :pd.DataFrame, log_dict: dict):
88
89
del_index = []
90
for t in no_valid_class:
91
- log_dict["no_found_id"].append({"id": {t}})
+ log_dict["no_found_id"].append({"id": t})
92
#logger.warning(f"Unrecognised UBERON/CL/PCL entity '{t}'")
93
del_index.extend(ccf_tools_df[(ccf_tools_df['s'] == t) | (ccf_tools_df['o'] == t)].index)
94
0 commit comments