Skip to content

Commit 855f55c

Browse files
soma2000-langOriolAbril
authored andcommitted
Update model.py
1 parent e8fe4a0 commit 855f55c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1771,7 +1771,7 @@ def set_data(new_data, model=None, *, coords=None):
17711771
model = modelcontext(model)
17721772

17731773
for variable_name, new_value in new_data.items():
1774-
model.set_data(variable_name, new_value,coords)
1774+
model.set_data(variable_name, new_value,coords=coords)
17751775

17761776

17771777
def compile_fn(outs, mode=None, point_fn=True, model=None, **kwargs):

0 commit comments

Comments
 (0)