Git Product home page Git Product logo

active_subspaces's Issues

resolve new travis build issues

  • get this repo to pass on python 3.8
    • this may require version-locking for the time being
  • update setup.py / .travis.yml to follow cleaner CI pipeline.
    • pip install . instead of setup.py install because version locks are not respected by the former
    • avoid conda installs, rely on requires in setup.py
    • try to use nose in place of python test.py
    • try to replace nose with pytest (nose is no longer being maintained).

pick a license

some options:
GPL v3.0 (copy left)
LGPL (mostly open)
BSD 3-clause (mega open)
CC NC-BY-SA (non commercial, by attribution, share alike)
CC BY (mega open)

TypeError issue with Subspaces.partition()

Just starting to learn and try to use active_subspaces, but I ran into an issue with Subspaces.partition() where the type of n was np.int64, and not an int, which gave me an error. I edited my code in subspaces.py, line 173 to be as follows:

if 'int' not in str(type(n)):

You might find this clunky, but it works. I figured you would want to know about this and change your code accordingly.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.