Skip to content

Commit

Permalink
add st test
Browse files Browse the repository at this point in the history
  • Loading branch information
lvyufeng committed Sep 13, 2022
1 parent 68b02f8 commit 586c6df
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .jenkins/test/config/dependent_packages.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mindspore:
'mindspore/mindspore/newest/'
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ def run(self):
'build_py': BuildPy,
},
install_requires=[
'mindspore >= 1.7.0',
'tqdm',
'requests'
],
classifiers=[
'License :: OSI Approved :: Apache Software License'
Expand Down
2 changes: 2 additions & 0 deletions tests/st/test_st.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
from mindspore import dataset as ds
import mindspore as ms
import numpy as np
import mindtext

print(mindtext)

def get_data(num, w=2.0, b=3.0):
for _ in range(num):
Expand Down
2 changes: 2 additions & 0 deletions tests/st/test_st_copy.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
from mindspore import dataset as ds
import mindspore as ms
import numpy as np
import mindtext

print(mindtext)

def get_data(num, w=2.0, b=3.0):
for _ in range(num):
Expand Down

0 comments on commit 586c6df

Please sign in to comment.