We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d3081 commit a7f64cfCopy full SHA for a7f64cf
.github/workflows/pull-request.yml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Run Tests with Rust
52
env:
53
- FLAGSMITH_USE_RUST: "1"
+ FLAGSMITH_USE_RUST: '1'
54
run: pytest -p no:warnings
55
56
- name: Run Benchmarks
@@ -59,4 +59,3 @@ jobs:
59
with:
60
token: ${{ secrets.CODSPEED_TOKEN }}
61
run: pytest --codspeed --no-cov
62
-
flag_engine/segments/evaluator.py
@@ -66,6 +66,7 @@ def get_evaluation_result(
66
"""
67
return get_evaluation_result_rust(context) # type: ignore[no-any-return]
68
69
+
70
def _get_evaluation_result_python(
71
context: EvaluationContext[SegmentMetadataT, FeatureMetadataT],
72
) -> EvaluationResult[SegmentMetadataT, FeatureMetadataT]:
0 commit comments