Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/abinit/abipy into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gmatteo committed Feb 6, 2024
2 parents 80fe623 + 373f5a3 commit c61760c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions abipy/integration_tests/itest_ebands.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

from abipy.core.testing import has_matplotlib

import pytest

def make_scf_nscf_inputs(tvars, pp_paths, nstep=50):
"""
Expand Down
1 change: 1 addition & 0 deletions abipy/integration_tests/itest_frohlich_zpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

from abipy.dfpt.ddb import DdbFile

import pytest

def make_scf_input(usepaw=0):
"""Returns the GS input file"""
Expand Down
1 change: 1 addition & 0 deletions abipy/integration_tests/itest_gw.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

#from abipy.core.testing import has_abinit, has_matplotlib

import pytest

def make_g0w0_inputs(ngkpt, tvars):
"""
Expand Down
1 change: 1 addition & 0 deletions abipy/integration_tests/itest_relaxations.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

from abipy.core.testing import has_matplotlib

import pytest

def ion_relaxation(tvars, ntime=50):
structure = abilab.Structure.from_file(abidata.cif_file("si.cif"))
Expand Down

0 comments on commit c61760c

Please sign in to comment.