Skip to content

Commit da7b234

Browse files
Merge pull request #65 from SpM-lab/do-not-skip-fvector-slicing
Do not skip FTVector slicing test
2 parents 10248c2 + 1409cd0 commit da7b234

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sparse-ir"
3-
version = "2.0.0a8"
3+
version = "2.0.0a9"
44
description = "Python bindings for the libsparseir library, providing efficient sparse intermediate representation for many-body physics calculations"
55
readme = "README.md"
66
requires-python = ">=3.10"

tests/test_poly.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ def test_broadcast_uv(sve_logistic, fn):
131131
assert_eq(f[l](np.reshape(x, (2, 2))), f[l](x).reshape(3, 2, 2))
132132

133133

134-
@pytest.mark.skip(reason="FTVector slicing not yet supported in C API")
135134
def test_broadcast_uhat(sve_logistic):
136135
sve_result = sve_logistic[42]
137136
basis = sparse_ir.FiniteTempBasis('B', 4.2, 10, sve_result=sve_result)

0 commit comments

Comments
 (0)