Skip to content

Commit

Permalink
FIx typo
Browse files Browse the repository at this point in the history
  • Loading branch information
caufieldjh committed Sep 16, 2024
1 parent de4c1ad commit 301cc12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make_viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import plotly.express as px
import yaml

with open("onto_status.yaml", "r") as infile:
with open("onto_stats.yaml", "r") as infile:
ontos = pd.DataFrame(((yaml.safe_load(infile)))["ontologies"])
countcols = ["nodecount", "edgecount"]
ontos[countcols] = ontos[countcols].apply(pd.to_numeric, errors="coerce")
Expand Down

0 comments on commit 301cc12

Please sign in to comment.