Skip to content

Commit

Permalink
Rename to termination_check module
Browse files Browse the repository at this point in the history
The runs concept is gone.

Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Jun 16, 2018
1 parent ebad5ed commit 3230f32
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rebench/model/run_id.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import sys

from .benchmark import Benchmark
from .runs import TerminationCheck
from .termination_check import TerminationCheck


class RunId(object):
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion rebench/tests/model/runs_config_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
from ...model.runs import TerminationCheck
from ...model.termination_check import TerminationCheck
from ...configurator import Configurator, load_config
from ...persistence import DataStore
from ..rebench_test_case import ReBenchTestCase
Expand Down

0 comments on commit 3230f32

Please sign in to comment.