Giter Club home page Giter Club logo

funpy's People

Contributors

adrs0049 avatar cbm755 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

cbm755

funpy's Issues

No module named 'funpy.cheb.detail'

I'm running Python 3.11 on Fedora. Steps:

  1. pip install pylops.
  2. cd <dir where ReadMe.txt is>
  3. ipython
  4. import funpy
import funpy
---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
Cell In [1], line 1
----> 1 import funpy

File ~/src/funpy.git/funpy/__init__.py:4
      2 from . import support
----> 4 from . import cheb
      6 from . import trig
      8 from . import fun

File ~/src/funpy.git/funpy/cheb/__init__.py:2
----> 2 from . detail import polyfit
      3 from . detail import polyval
      5 from . detail import standardChop

ModuleNotFoundError: No module named 'funpy.cheb.detail'

I see detail.pyx and detail.pxd in funpy/cheb/: I guess something needs to be compiled. The readme says this should happen automatically on first import: perhaps there is some other dependency I'm missing to make that happen?

Build with detail.pxd fails

The current build via setup.py fails with detail.pxd in its appropriate subfolder. For the moment detail.pxd is duplicated in various places.

Fix the collocator

The collocator support relied on jax to autodifferentiate boundary conditions. This should not be required, and jax support was removed.

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.