Skip to content

Commit

Permalink
replace HalfspaceIntersection import
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Oct 2, 2024
1 parent e5cba26 commit cf99d87
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 cf99d87

Please sign in to comment.