Resolve "Test 40 fails due to timeout issue"
2 unresolved threads
2 unresolved threads
Closes #62 (closed)
Merge request reports
Activity
changed milestone to %1.12.0
added test label
assigned to @guillaumeeb
added 1 commit
- a91bd633 - get number of threads from config file for snow synthesis
42 52 logging.debug("tmp_dir : %s", output_dir) 43 53 logging.debug("input_file : %s", input_file) 44 54 logging.debug("synthesis_name : %s", synthesis_name.format("XXX")) 45 55 46 56 if not os.path.isfile(input_file): 47 57 msg = "Input file does not exist : {}".format(input_file) 48 58 logging.error(msg) 49 59 raise IOError(msg) 50 60 51 61 if output_dir is None: 52 output_dir = os.path.split(input_file)[0] 62 os.path.split(os.path.split(input_file)[0])[0] changed this line in version 3 of the diff
@sgascoin are you happy with the changes here? Is it OK for you to make the code a bit more complex to optimize memory usage?
mentioned in commit f6c170f5
Please register or sign in to reply