STEllAR-GROUP / phylanx

An Asynchronous Distributed C++ Array Processing Toolkit
Boost Software License 1.0
75 stars 76 forks source link

Changes in test cases to correct misspelled imports and in setup.py.in to automate NumPy installation #1238

Closed git-kale closed 4 years ago

git-kale commented 4 years ago

There is a misspelling in the import statement in 2 of the tests. phylanx -> rhylanx It will result in the failure of those tests even though Phylanx works fine. PR will fix this issue.

There was also a need to install NumPy after installing Phylanx. The changes will automate the installation of the latest NumPy along with Phylanx reducing a step in the installation.

hkaiser commented 4 years ago

@git-kale sorry it took so long to merge this