Fix wrong call

This commit is contained in:
Matteo Giantomassi 2017-12-11 14:30:18 +01:00
parent a19822db95
commit 0ccf0b4b90
2 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ hardware: &hardware
mem_per_node: 64Gb
job: &job
#mpi_runner: "mpirun --bind-to none "
mpi_runner: "mpirun"
mpi_runner_options: "--bind-to none"
shell_env:
PATH: "/home/users/g/m/gmatteo/git_repos/abinit/_build_nic4-intel-openmpi-mkl-hdf5.ac/src/98_main:$PATH"
pre_run:

View File

@ -239,7 +239,7 @@ class QPList(list):
"""Return an arrays with the :class:`QPState` corrections."""
return self.get_field("qpeme0")
@deprecated("to_table is deprecated and will be removed in v0.4")
@deprecated(message="to_table is deprecated and will be removed in v0.4")
def to_table(self):
"""Return a table (list of list of strings)."""
header = QPState.get_fields(exclude=["spin", "kpoint"])