diff --git a/make_img.py b/make_img.py index a84ca18..5497a7e 100644 --- a/make_img.py +++ b/make_img.py @@ -339,7 +339,7 @@ def calculate_collage_bipartite(dest_img_path: str, imgs: List[np.ndarray], dup: from lapjv import lapjv - if v is not None and platform.system() == "Linux" and v.gui: + if v is not None and (platform.system() == "Linux" or platform.system() == "Darwin") and v.gui: try: from wurlitzer import pipes, STDOUT from wurlitzer import Wurlitzer