Skip to content

Commit

Permalink
chore: regen decopmiler output
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Dec 26, 2023
1 parent 49196da commit ff35399
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
agg = call.aggregate([call.call_attempts.mean().name("mean")])

result = call.inner_join(
agg, [call.call_attempts > agg.mean, ibis.literal(True)]
agg, [agg.mean < call.call_attempts, ibis.literal(True)]
).select(
call.start_time,
call.end_time,
Expand Down

0 comments on commit ff35399

Please sign in to comment.