change e2e pipenv tests

This commit is contained in:
Dmitry Shibanov 2023-07-13 12:38:02 +02:00
parent 355ab83d00
commit 3b3618ad68
2 changed files with 23 additions and 2 deletions

7
__tests__/test-pipenv.py Normal file
View file

@ -0,0 +1,7 @@
import numpy as np
a = np.array([2, 3, 4])
print(type(a))
b = np.array([1.2, 3.5, 5.1])
print(type(b))