Skip to content

Commit

Permalink
force tests rerun
Browse files Browse the repository at this point in the history
Signed-off-by: tokoko <[email protected]>
  • Loading branch information
tokoko committed Apr 2, 2024
1 parent 7b33fa2 commit 1bf360a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/python/tests/unit/test_substrait_transformation.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def test_ibis_pandas_parity():
@on_demand_feature_view(
sources=[driver_stats_fv],
schema=[Field(name="conv_rate_plus_acc", dtype=Float64)],
mode="pandas",
)
def pandas_view(inputs: pd.DataFrame) -> pd.DataFrame:
df = pd.DataFrame()
Expand Down

0 comments on commit 1bf360a

Please sign in to comment.