"git@developer.sourcefind.cn:Wenxuan/LightX2V.git" did not exist on "9597967c6a8ead97eaeed048bb140dc33ae0ee97"
Commit b86ff3a4 authored by Jonas Kaufmann's avatar Jonas Kaufmann
Browse files

symphony/runtime/runs/base.py: remove _job_id

parent 7d951bee
...@@ -47,9 +47,7 @@ class Run: ...@@ -47,9 +47,7 @@ class Run:
self._run_nr = next(self.__run_nr) self._run_nr = next(self.__run_nr)
self._output: output.SimulationOutput | None = output self._output: output.SimulationOutput | None = output
self._prereq: Run | None = prereq self._prereq: Run | None = prereq
self._job_id: int | None = job_id
self.checkpoint: bool = cp self.checkpoint: bool = cp
"""Slurm job id."""
def name(self) -> str: def name(self) -> str:
return self.instantiation.simulation.name + "." + str(self._run_nr) return self.instantiation.simulation.name + "." + str(self._run_nr)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment