Skip to content

Commit

Permalink
fix data type
Browse files Browse the repository at this point in the history
  • Loading branch information
aerubanov committed Nov 18, 2023
1 parent 6f539ec commit b33dd78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pytensorf.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ def outer_scan_step(x_0):
fn = compile_pymc([], xs)
assert np.all(fn() == 0)

def test_check_parameters_can_be_replaced_by_ninf_from_scan(self):
def test_check_parameters_can_be_replaced_by_ninf_in_scan(self):
def scan_step(x_0):
cond = pt.ge(x_0, 0)
x = check_parameters(x_0, cond, can_be_replaced_by_ninf=True)
Expand Down

0 comments on commit b33dd78

Please sign in to comment.