Skip to content

Commit

Permalink
hotfox (needed by python3.12)
Browse files Browse the repository at this point in the history
  • Loading branch information
zkytony committed Jan 27, 2024
1 parent 08525b2 commit a0c7c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pomdp_py/representations/distribution/gaussian.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ from pomdp_py.framework.basics cimport GenerativeDistribution
import numpy as np

# Check if scipy exists
import importlib
import importlib.util
scipy_spec = importlib.util.find_spec("scipy")
if scipy_spec is not None:
from scipy.linalg import sqrtm
Expand Down

0 comments on commit a0c7c21

Please sign in to comment.