예제 #1
0
def cli_test(problem, **kwargs):
    """
    Test numerical correctness with different parameters.
    """
    mode_develop()
    test(problem, **kwargs)
예제 #2
0
파일: benchmark.py 프로젝트: opesci/devito
def cli_test(problem, **kwargs):
    """
    Test numerical correctness with different parameters.
    """
    mode_develop()
    test(problem, **kwargs)