Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 788 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 788 Bytes

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