File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ $ c++ -O3 -Wall -shared -std=c++11 -undefined dynamic_lookup $(python3 -m pybind
66```
77
88For installing the package, go to the directory with the file ` setup.py ` and run ` pip install . ` .
9- Then we can use file ` wrap_test.py ` .
9+ Then we can use file ` wrap_test.py ` to test the installed module .
1010This file has three examples as
11- 1 . simple summation function ` op.add(3, 2 ) ` ,
11+ 1 . simple summation function ` op.add() ` ,
12122 . using a function to get ndarray with value as argument, ` op.assign_special() ` ,
13- 3 . using a function to get ndarray with value as argument, `op.assign_special_ref().
13+ 3 . using a function to get ndarray with value as argument, ` op.assign_special_ref() ` .
1414
1515References
1616===========
You can’t perform that action at this time.
0 commit comments