Skip to content

Commit e6975b7

Browse files
committed
removed unused imports
1 parent e3866e2 commit e6975b7

File tree

133 files changed

+6
-316
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+6
-316
lines changed

burnman/calibrants/Dewaele_2012.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# GPL v2 or later.
55

66
from burnman.eos.vinet import Vinet
7-
from burnman.eos.mie_grueneisen_debye import MGDBase
87
from burnman.classes.calibrant import Calibrant
98
import numpy as np
109

burnman/calibrants/Dewaele_2013.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from burnman.eos.vinet import Vinet
77
from burnman.eos.mie_grueneisen_debye import MGDBase
88
from burnman.classes.calibrant import Calibrant
9-
import numpy as np
109

1110

1211
"""

burnman/calibrants/Dewaele_2020.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from burnman.eos.vinet import Vinet
77
from burnman.eos.mie_grueneisen_debye import MGDBase
88
from burnman.classes.calibrant import Calibrant
9-
import numpy as np
109

1110

1211
"""

burnman/calibrants/Fei_2007.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# GPL v2 or later.
55

66
from burnman.eos.vinet import Vinet
7-
from burnman.eos.birch_murnaghan import BirchMurnaghanBase as BM3
87
from burnman.eos.mie_grueneisen_debye import MGDBase
98
from burnman.classes.calibrant import Calibrant
109
from burnman.utils.unitcell import molar_volume_from_unit_cell_volume

burnman/calibrants/Zha_2004.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# GPL v2 or later.
55

66
from burnman.eos.birch_murnaghan import BirchMurnaghanBase as BM3
7-
from burnman.eos.mie_grueneisen_debye import MGDBase
87
from burnman.classes.calibrant import Calibrant
98
import numpy as np
109

burnman/classes/anisotropicmineral.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (C) 2012 - 2024 by the BurnMan team, released under the GNU
44
# GPL v2 or later.
55
import numpy as np
6-
from scipy.linalg import expm, logm
6+
from scipy.linalg import expm
77
from numpy.linalg import cond
88
from .mineral import Mineral
99
from .material import Material, material_property

burnman/constants.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# Copyright (C) 2012 - 2017 by the BurnMan team, released under the GNU
33
# GPL v2 or later.
44

5-
65
import scipy.constants
76

87
"""

burnman/data/input_raw_endmember_datasets/HHPH2013data_to_burnman.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
# format (printed to stdout)
99

1010

11-
import sys
12-
13-
1411
def read_dataset(datafile):
1512
f = open(datafile, "r")
1613
ds = []

burnman/data/input_raw_endmember_datasets/SLBdata_to_burnman.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
# format (printed to stdout)
99

1010

11-
import sys
1211
import os.path
1312

1413
if os.path.isfile("stx11ver.dat") == False:

burnman/data/input_raw_endmember_datasets/hpx_eos_to_burnman.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from sympy import Symbol, prod, sympify
1818
from sympy.parsing.sympy_parser import parse_expr
1919
from burnman.constants import gas_constant
20-
from burnman.minerals import HGP_2018_ds633, HP_2011_ds62
2120
from datetime import date
2221

2322
ds = [

0 commit comments

Comments
 (0)