Skip to content

Commit

Permalink
Merge branch 'master' into enable-ruff-s-npy
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 authored Aug 5, 2024
2 parents bc3caa9 + 4ffec03 commit 57848ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/analysis/test_graphs.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def test_draw(self):
bc_square_sg_r.draw_graph_to_file(f"{self.tmp_path}/bc_square_r.pdf", algo="neato", image_labels=False)

# ensure PDF files were created
pdfs = {path.split("/") for path in glob(f"{self.tmp_path}/*.pdf")}
pdfs = {path.split("/")[-1] for path in glob(f"{self.tmp_path}/*.pdf")}
expected_pdfs = {
"bc_square_r_single.pdf",
"bc_square_r.pdf",
Expand Down

0 comments on commit 57848ed

Please sign in to comment.