Skip to content

Commit 401bea4

Browse files
committed
fix lint
1 parent 7f4c1a2 commit 401bea4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bigframes/core/compile/ibis_compiler/scalar_op_registry.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1997,8 +1997,9 @@ def ai_generate_int(
19971997
op.model_params, # type: ignore
19981998
).to_expr()
19991999

2000+
20002001
@scalar_op_compiler.register_nary_op(ops.AIGenerateDouble, pass_op=True)
2001-
def ai_generate_int(
2002+
def ai_generate_double(
20022003
*values: ibis_types.Value, op: ops.AIGenerateDouble
20032004
) -> ibis_types.StructValue:
20042005

0 commit comments

Comments
 (0)