Skip to content

kirbu123/iitp_interpolation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


IITP student interpolation project

project installation && setup: 🚀

  1. git clone https://github.com/kirbu123/iitp_interpolation.git

  2. cd iitp_interpolation

poetry setup: 🔥

  1. curl -sSL https://install.python-poetry.org | python3 - && poetry --version

  2. poetry config virtualenvs.in-project true

  3. cd iitp_interpolation

  4. poetry install

ruff check && fix: ✅

  1. poetry run ruff check --fix

    it have to show: All checks passed!

run project: 👍

  1. cartesiangrid:

    poetry run cartesiangrid --image_path [...] --limits [...] --points [...]

  2. interp

    poetry run interp

  3. regulargrid

    poetry run regulargrid

About

IITP student interpolation project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages