mirror of https://github.com/openXC7/prjxray.git
timfuz: fix minitest formatting issue
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
03ed7a333b
commit
863bfc53ef
|
|
@ -119,7 +119,8 @@ def run(
|
|||
def main():
|
||||
import argparse
|
||||
|
||||
parser = argparse.ArgumentParser(description='Matrix solving performance tests')
|
||||
parser = argparse.ArgumentParser(
|
||||
description='Matrix solving performance tests')
|
||||
|
||||
parser.add_argument('--verbose', action='store_true', help='')
|
||||
parser.add_argument('--sparse', action='store_true', help='')
|
||||
|
|
|
|||
Loading…
Reference in New Issue