probaforms icon indicating copy to clipboard operation
probaforms copied to clipboard

Refactor codestyle and structure

Open rmnigm opened this issue 1 year ago • 1 comments

Refactoring the source files.

  • Code style fixes
  • Added basic type hints, fixed linter checks
  • Added ruff linter checks to CI/CD
  • Removed local library torch.device, hardcoded to use GPU when possible, to user-set torch.device

rmnigm avatar Mar 29 '24 16:03 rmnigm

@rmnigm, hi!

Thank you for your PR. All your code changes look great! But when I run tests, they fail with the following error: Screenshot 2024-09-05 at 10 50 31

I did the following steps to reproduce it:

pip install -e .
pytest tests

hushchyn-mikhail avatar Sep 05 '24 07:09 hushchyn-mikhail