Skip to content

Commit

Permalink
correct arg name, unittest assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
rugeli committed Jul 23, 2024
1 parent bcab5b4 commit 94c63ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cellpack/autopack/Analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def run_distance_analysis(
img_list.append(
md_object.add_inline_image(
text=f"Distance distribution {ingr_key}",
path=f"{output_image_location}/{img_path.name}",
filepath=f"{output_image_location}/{img_path.name}",
)
)

Expand Down
1 change: 0 additions & 1 deletion cellpack/tests/test_markdown_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,3 @@ def test_add_image(setup_md_writer, tmp_path):
assert "Test Image" in report
assert "![Image 1]" in report
assert "![Image 2]" in report
assert "images/image1.png" in report

0 comments on commit 94c63ac

Please sign in to comment.