Jirka Borovec

Results 219 issues of Jirka Borovec

## What does this PR do? aligning with the recent release of PT 2.5 Before submitting - Was this **discussed/agreed** via a GitHub issue? (not for typos and docs) -...

ci
fabric
pl
dependencies
dockers

## What does this PR do? Addressing: ``` build attempt 1... => error An error has occurred: InvalidManifestError: ==> File /pc/clone/jNZWZVRSTLq-4hbwuef7PA/.pre-commit-hooks.yaml ==> At Hook(id='docformatter-venv') ==> At key: language =====> Expected...

priority: 0

reaction to https://github.com/google/python-fire/pull/549#issuecomment-2365220214 Switch from `pylint` to Ruff with the same rules to be applied the Ruff is implemented as pre-commit hook for simplicity

Seems that the used imports were specific for `numpy` 1.x series and they are not valid for the upcoming 2.x which yields crashing... ``` import pesq as pesq_backend File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/pesq/__init__.py",...

## What does this PR do? not existent runners ## Before submitting - [x] Was this **discussed/approved** via a Github issue? (no need for typos and docs improvements) - [x]...

## 🐛 Bug removing this example in 1a241fd5 as it is outdated and it is not clear how to install the requirement... also asked for help in https://github.com/salesforce/warp-drive/issues/98 ### To...

bug / fix
help wanted
won't fix

## What does this PR do? resolve failing CI disabled in #20843 Before submitting - Was this **discussed/agreed** via a GitHub issue? (not for typos and docs) - [x] Did...

ci

**Describe the bug** running the very same test which work for `1.1.10.post` but crash with latest `1.1.11` **To Reproduce** ``` __________________ test_maddrs[host_maddrs1-expected_maddrs1] __________________ host_maddrs = ['/ip4/127.0.0.1/tcp/0'] expected_maddrs = ['/ip4/127.0.0.1/tcp/0'] @mock.patch.dict(os.environ,...

bug

seems typing with python 3.9+ does not work smoothly... ``` src/lightning_utilities/cli/__main__.py:5: error: Cannot find implementation or library stub for module named "fire" [import-not-found] src/lightning_utilities/cli/__main__.py:5: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports Found 1 error...

#### Summary This PR refactors our test execution strategy by: - Moving test files out of the main package directory. - Running tests directly via the `pytest` CLI instead of...