File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
tests/electronic_structure Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ def test_from_file(self):
130
130
131
131
132
132
@pytest .mark .skipif (not BOLTZTRAP2_PRESENT , reason = "No boltztrap2, skipping tests." )
133
- class TestBztInterpolator ( TestCase ) :
133
+ class TestBztInterpolator :
134
134
def setUp (self ):
135
135
self .loader = VasprunBSLoader (VASP_RUN )
136
136
self .bztInterp = BztInterpolator (self .loader , lpfac = 2 )
@@ -208,8 +208,8 @@ def test_tot_proj_dos(self):
208
208
209
209
210
210
@pytest .mark .skipif (not BOLTZTRAP2_PRESENT , reason = "No boltztrap2, skipping tests." )
211
- class TestBztTransportProperties ( TestCase ) :
212
- def setup (self ):
211
+ class TestBztTransportProperties :
212
+ def setUp (self ):
213
213
# non spin polarized
214
214
loader = VasprunBSLoader (VASP_RUN )
215
215
bztInterp = BztInterpolator (loader , lpfac = 2 )
@@ -311,7 +311,7 @@ def test_compute_properties_doping(self):
311
311
312
312
313
313
@pytest .mark .skipif (not BOLTZTRAP2_PRESENT , reason = "No boltztrap2, skipping tests." )
314
- class TestBztPlotter ( TestCase ) :
314
+ class TestBztPlotter :
315
315
def test_plot (self ):
316
316
loader = VasprunBSLoader (VASP_RUN )
317
317
bztInterp = BztInterpolator (loader , lpfac = 2 )
You can’t perform that action at this time.
0 commit comments