Skip to content

Commit

Permalink
Update test_hierarchical.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Oct 1, 2024
1 parent 5790dd2 commit 64f36fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_hierarchical.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ def test_confounder_interference_convert_HCGM_edges(

def test_instrument_convert_HCGM_units(
instrument_HCM_pygraphviz: pgv.AGraph, instrument_HCGM_pygraphviz: pgv.AGraph
):
) -> None:
"""Test that unit variables match between Figure 2(i) conversion and Figure 2 (j)."""
assert get_units(convert_to_HCGM(instrument_HCM_pygraphviz)) == get_units(
instrument_HCGM_pygraphviz
Expand Down

0 comments on commit 64f36fc

Please sign in to comment.