Skip to content

Commit

Permalink
set requirement_table to None during initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegrabowski committed Jan 10, 2025
1 parent 562d125 commit 7acc7e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pymc_extras/statespace/core/statespace.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ def __init__(
self.kalman_smoother = KalmanSmoother()
self.make_symbolic_graph()

self.requirement_table = None
self._populate_prior_requirements()
self._populate_data_requirements()

Expand Down

0 comments on commit 7acc7e5

Please sign in to comment.