Skip to content

Cheng-Xue/Active_subspace_py3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This python package is to implement Active subspaces method and is folked from here.
The original package was developed in python 2. The package here is for python 3.
Please refer to the original site for more details regarding the method itself.

Testing

To run tests locally:

> python test.py

Installation

To install the active subspaces package, open the terminal/command line and clone the repository with the command

git clone https://github.com/Cheng-Xue/Active_subspace_py3

Navigate into the active_subspaces folder (where the setup.py file is located) and run the command

python setup.py install

You should now be able to import the active subspaces library in Python scripts and interpreters with the command import active_subspaces.

About

the Active_subspace package updated to python 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages