6 lines
74 B
Python
6 lines
74 B
Python
#!/usr/bin/env python3
|
|
|
|
import numpy
|
|
numpy.test(label='full', verbose=2)
|
|
|