Skip to content

Commit

Permalink
Do not sample
Browse files Browse the repository at this point in the history
  • Loading branch information
tingiskhan committed Nov 2, 2024
1 parent f06c442 commit aaa7a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpyro_sts/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def deterministic(self) -> jnp.ndarray:
column_mask=np.zeros_like(self.column_mask),
)

return model.sample(PRNGKey(0))
return model

def predict(self, n: int, value: jnp.ndarray) -> "LinearTimeseries":
"""
Expand Down

0 comments on commit aaa7a87

Please sign in to comment.