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