Skip to content

Commit

Permalink
delete dead imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bocklund committed Aug 8, 2024
1 parent 7b172da commit 37f66f2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion espei/error_functions/equilibrium_thermochemical_error.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from scipy.stats import norm
from pycalphad import Database, Model, ReferenceState, variables as v
from pycalphad.core.utils import instantiate_models, filter_phases, extract_parameters, unpack_species, unpack_condition
from pycalphad.core.phase_rec import PhaseRecord
from pycalphad.codegen.phase_record_factory import PhaseRecordFactory
from pycalphad import Workspace, as_property

Expand Down
1 change: 0 additions & 1 deletion espei/optimizers/opt_scipy.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from scipy.optimize import minimize
from espei.utils import unpack_piecewise
from espei.error_functions.context import setup_context
from espei.error_functions import calculate_activity_error
from .opt_base import OptimizerBase

_log = logging.getLogger(__name__)
Expand Down
1 change: 0 additions & 1 deletion espei/shadow_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
pycalphad functions for very fast performance.
"""

from collections import OrderedDict
from typing import Sequence, Dict, Optional
from numpy.typing import ArrayLike
import numpy as np
Expand Down

0 comments on commit 37f66f2

Please sign in to comment.