Skip to content

Pins python version of pre-commmit.yaml workflow#3929

Merged
kellyguo11 merged 1 commit into
mainfrom
hhansen/fix_precommit_gha_python_version
Nov 3, 2025
Merged

Pins python version of pre-commmit.yaml workflow#3929
kellyguo11 merged 1 commit into
mainfrom
hhansen/fix_precommit_gha_python_version

Pinned python version of pre-commmit.yaml workflow

6506a89
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / Tests Summary succeeded Nov 3, 2025 in 0s

1 fail, 461 skipped, 2 207 pass in 2h 27m 26s

2 669 tests   2 207 ✅  2h 27m 26s ⏱️
   99 suites    461 💤
    1 files        1 ❌

Results for commit 6506a89.

Annotations

Check warning on line 0 in source.isaaclab.test.sim.test_utils

See this annotation in the file changed.

@github-actions github-actions / Tests Summary

test_resolve_prim_pose (source.isaaclab.test.sim.test_utils) failed

reports/combined-results.xml [took 0s]
Raw output
AssertionError: 
Not equal to tolerance rtol=1e-07, atol=0.001

Mismatched elements: 1 / 4 (25%)
Max absolute difference: 0.00639375
Max relative difference: 0.03718642
 x: array([ 0.932878, -0.098827,  0.296933,  0.178331])
 y: array([ 0.93381 , -0.098779,  0.297791,  0.171938])
source/isaaclab/test/sim/test_utils.py:254: in test_resolve_prim_pose
    np.testing.assert_allclose(quat, rand_quats[i, 2], atol=1e-3)
/isaac-sim/kit/python/lib/python3.11/contextlib.py:81: in inner
    return func(*args, **kwds)
           ^^^^^^^^^^^^^^^^^^^
E   AssertionError: 
E   Not equal to tolerance rtol=1e-07, atol=0.001
E   
E   Mismatched elements: 1 / 4 (25%)
E   Max absolute difference: 0.00639375
E   Max relative difference: 0.03718642
E    x: array([ 0.932878, -0.098827,  0.296933,  0.178331])
E    y: array([ 0.93381 , -0.098779,  0.297791,  0.171938])