Skip to content

Commit

Permalink
Fix pgmpy import err
Browse files Browse the repository at this point in the history
  • Loading branch information
lixfz committed Mar 15, 2024
1 parent 23c1a86 commit 5779273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/why_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

_g = PgmProxy()
is_pgm_ready = True
except ImportError:
except (ImportError, SyntaxError):
is_pgm_ready = False


Expand Down

0 comments on commit 5779273

Please sign in to comment.