Skip to content

Commit af722ae

Browse files
HartornhenchavesInokinoki
authored
[GSK-2079] Fix issue with filter and empty dataset (Giskard-AI#1558)
Fix issue with filter and empty dataset Co-authored-by: Henrique Chaves <44180294+henchaves@users.noreply.github.com> Co-authored-by: Inoki <weixuan@giskard.ai>
1 parent 9e5fb81 commit af722ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎giskard/ml_worker/websocket/listener.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ def get_push_objects(client: Optional[GiskardClient], params: websocket.GetPushP
814814

815815
# if df is empty, return early
816816
if df.empty:
817-
return None, None, None, None
817+
return None
818818

819819
push_functions = {
820820
PushKind.CONTRIBUTION: create_contribution_push,

0 commit comments

Comments
 (0)