Merge remote branch 'pub/master'
[sawsim.git] / pysawsim / parameter_error.py
index c8c20e60fc6980469339bf093eaf199941e6bf2f..f56ba26da72511d93cd49590fa39177c22dd80f9 100644 (file)
@@ -80,8 +80,7 @@ def main(argv=None):
     >>> f = tempfile.NamedTemporaryFile()
     >>> f.write(EXAMPLE_HISTOGRAM_FILE_CONTENTS)
     >>> f.flush()
-    >>> main(['-s', 'bin/sawsim',
-    ...       '-r', '[1e-6,1e-4,3]', '--log',
+    >>> main(['-r', '[1e-6,1e-4,3]', '--log',
     ...       '-N', '4', '-t', '0.8',
     ...       f.name])
     ... # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE, +REPORT_UDIFF