polishing of some tests

This commit is contained in:
Martin Diehl 2020-03-18 14:10:38 +01:00
parent ee0d80ce2a
commit ab84ac1c24
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 4498a59633a521752d39d62dc01985b77d0c2c6a Subproject commit 24a456ad16d6904e51ee9b0326f4d5ae55cef5a8

View File

@ -4,6 +4,7 @@ import os
import sys import sys
import math import math
import random import random
from io import StringIO
from optparse import OptionParser from optparse import OptionParser
import numpy as np import numpy as np