Giter VIP home page Giter VIP logo

Comments (4)

NoeLahaye avatar NoeLahaye commented on July 29, 2024

Since you opened this issue, I have a question / suggestion on load_vmodes:

  • persistis passed to Vmodes as is because the dataset is subsequently re-assigned? Otherwise, when persisting an object, even when not using it or triggering its computation explicitly, dask can launch the corresponding task if it's doing nothing, right?
  • this line is False, I think:
    ds_proj = projections.persist()

    should read projections = projections.persist()

from croco.

NoeLahaye avatar NoeLahaye commented on July 29, 2024
* Right now it is unclear whether this horizontal interpolation may be performed within the call to `project`or not.

I did not intent to have horizontal projections performed inside Vmodes. Either we should add this functionality in the class and methods -- if we think it is necessary, either we make it very clear in the API and example notebook. As far as I'm concerned, I don't need it (because I do mostly weird projections that mix different grids anyway)

from croco.

apatlpo avatar apatlpo commented on July 29, 2024
  • doc and tests for horizontal grid interpolations
  • update vmodes.ipynb
  • ds_proj = projections.persist()corrected

from croco.

apatlpo avatar apatlpo commented on July 29, 2024

relevant PR is #25

from croco.

Related Issues (17)

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.