If the coverage.config file is missing, the following error results:
Traceback (most recent call last):
File "<ipython-input-4-e12c0a20cd7b>", line 1, in <module>
s = scouse.stage_1(config=config_file, interactive=True) # GUI based
File "/blue/adamginsburg/adamginsburg/repos/scousepy/scousepy/scouse.py", line 349, in stage_1
coverageobject=ScouseCoverage(scouseobject=self,verbose=self.verbose,
File "/blue/adamginsburg/adamginsburg/repos/scousepy/scousepy/scousecoverage.py", line 49, in __init__
if (self.x_range[0] is None) or (self.x_range[0] < 0):
AttributeError: 'ScouseCoverage' object has no attribute 'x_range'
The blank coverage.config resulted from a failed run of example_script.py, though I don't understand the origin of the failure.
If the
coverage.configfile is missing, the following error results:The blank
coverage.configresulted from a failed run ofexample_script.py, though I don't understand the origin of the failure.