Skip to content

Commit

Permalink
update pass_list.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Oct 31, 2024
1 parent 1693ff4 commit 1df4843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seal5/pass_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def convert_models(
env: Optional[dict] = None,
verbose: bool = False,
inplace: bool = False,
use_subprocess: bool = False,
use_subprocess: bool = True, # This breaks if parallel and called without process
prefix: Optional[str] = None,
log_level: str = "debug",
**_kwargs,
Expand Down

0 comments on commit 1df4843

Please sign in to comment.