Skip to content

Commit

Permalink
Merge pull request #8 from tsmathis/update-scipy-import
Browse files Browse the repository at this point in the history
update deprecated HalfspaceIntersection import
  • Loading branch information
tsmathis authored Oct 9, 2024
2 parents 75a88e7 + fb7033d commit d7c1cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymatgen/analysis/alloys/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from monty.json import MSONable
from plotly.subplots import make_subplots
from pymatgen.analysis.phase_diagram import PhaseDiagram
from scipy.spatial.qhull import HalfspaceIntersection
from scipy.spatial import HalfspaceIntersection
from shapely.geometry import MultiPoint
from typing import List, Tuple, Optional, Dict, Literal, Any, Set, Callable, Union
from scipy.constants import c, h, elementary_charge
Expand Down

0 comments on commit d7c1cd2

Please sign in to comment.