Skip to content

Conversation

@jhlegarreta
Copy link
Contributor

Ignore test comparison type errors: the left and right operands have the same float types.

Ignores

test/test_analysis.py:108: error: Unsupported left operand type for < ("generic[Any]")  [operator]
test/test_analysis.py:108: error: Unsupported operand types for > ("str" and "generic[Any]")  [operator]
test/test_analysis.py:108: error: Unsupported operand types for > ("bytes" and "generic[Any]")  [operator]
test/test_analysis.py:108: error: Unsupported left operand type for < ("complex")  [operator]
test/test_analysis.py:108: error: Unsupported operand types for > ("str" and "complex")  [operator]
test/test_analysis.py:108: error: Unsupported operand types for > ("bytes" and "complex")  [operator]
test/test_analysis.py:108: error: Unsupported operand types for < ("str" and "generic[Any]")  [operator]
test/test_analysis.py:108: error: Unsupported operand types for < ("str" and "complex")  [operator]
test/test_analysis.py:108: error: Unsupported operand types for < ("str" and "bytes")  [operator]
test/test_analysis.py:108: error: Unsupported operand types for < ("str" and "memoryview[int]")  [operator]
test/test_analysis.py:108: error: Unsupported operand types for < ("bytes" and "generic[Any]")  [operator]
test/test_analysis.py:108: error: Unsupported operand types for < ("bytes" and "complex")  [operator]
test/test_analysis.py:108: error: Unsupported operand types for < ("bytes" and "str")  [operator]
test/test_analysis.py:108: error: Unsupported left operand type for < ("memoryview[int]")  [operator]
test/test_analysis.py:108: error: Unsupported operand types for > ("str" and "memoryview[int]")  [operator]
test/test_analysis.py:108: note: Both left and right operands are unions

raised for example in
https://github.com/nipreps/nifreeze/actions/runs/18876741444/job/53868409368?pr=265#step:8:51

Ignore test comparison type errors: the left and right operands have the
same float types.

Ignores
```
test/test_analysis.py:108: error: Unsupported left operand type for < ("generic[Any]")  [operator]
test/test_analysis.py:108: error: Unsupported operand types for > ("str" and "generic[Any]")  [operator]
test/test_analysis.py:108: error: Unsupported operand types for > ("bytes" and "generic[Any]")  [operator]
test/test_analysis.py:108: error: Unsupported left operand type for < ("complex")  [operator]
test/test_analysis.py:108: error: Unsupported operand types for > ("str" and "complex")  [operator]
test/test_analysis.py:108: error: Unsupported operand types for > ("bytes" and "complex")  [operator]
test/test_analysis.py:108: error: Unsupported operand types for < ("str" and "generic[Any]")  [operator]
test/test_analysis.py:108: error: Unsupported operand types for < ("str" and "complex")  [operator]
test/test_analysis.py:108: error: Unsupported operand types for < ("str" and "bytes")  [operator]
test/test_analysis.py:108: error: Unsupported operand types for < ("str" and "memoryview[int]")  [operator]
test/test_analysis.py:108: error: Unsupported operand types for < ("bytes" and "generic[Any]")  [operator]
test/test_analysis.py:108: error: Unsupported operand types for < ("bytes" and "complex")  [operator]
test/test_analysis.py:108: error: Unsupported operand types for < ("bytes" and "str")  [operator]
test/test_analysis.py:108: error: Unsupported left operand type for < ("memoryview[int]")  [operator]
test/test_analysis.py:108: error: Unsupported operand types for > ("str" and "memoryview[int]")  [operator]
test/test_analysis.py:108: note: Both left and right operands are unions
```

raised for example in
https://github.com/nipreps/nifreeze/actions/runs/18876741444/job/53868409368?pr=265#step:8:51
@jhlegarreta
Copy link
Contributor Author

Failures are unrelated. Merging this so that there is one thing less to worry about in PR #265.

@jhlegarreta jhlegarreta merged commit 47568c9 into nipreps:main Nov 2, 2025
7 of 8 checks passed
@jhlegarreta jhlegarreta deleted the sty/ignore-test-comparison-error branch November 2, 2025 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant