From b1fabecd6c0782d69f24cd07eaa355f6cdded36d Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Thu, 13 Aug 2020 10:59:22 +0000 Subject: [PATCH] whoops must use "with" on CfgCache --- experiments9/coriolis2/settings.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/experiments9/coriolis2/settings.py b/experiments9/coriolis2/settings.py index 4b26310..18dd05c 100644 --- a/experiments9/coriolis2/settings.py +++ b/experiments9/coriolis2/settings.py @@ -18,7 +18,7 @@ with CfgCache('', priority=Cfg.Parameter.Priority.UserFile) as cfg: cfg.anabatic.edgeWidth = 8 cfg.anabatic.topRoutingLayer = 'METAL5' cfg.etesian.graphics = 3 - + #cfg.katana.searchHalo = 30 #cfg.katana.eventsLimit = 1000000 #cfg.katana.hTracksReservedLocal = 7 @@ -30,7 +30,7 @@ with CfgCache('', priority=Cfg.Parameter.Priority.UserFile) as cfg: #cfg.etesian.aspectRatio = 1.0 #cfg.katana.vTracksReservedLocal = 4 #cfg.katana.hTracksReservedLocal = 4 - + # Run 3 (make-cgt-3.log) #cfg.etesian.effort = 2 #cfg.etesian.uniformDensity = False @@ -38,7 +38,7 @@ with CfgCache('', priority=Cfg.Parameter.Priority.UserFile) as cfg: #cfg.etesian.aspectRatio = 1.0 #cfg.katana.vTracksReservedLocal = 5 #cfg.katana.hTracksReservedLocal = 5 - + # Run 4 (make-cgt-4.log) #cfg.etesian.effort = 2 #cfg.etesian.uniformDensity = True -- 2.30.2