Skip to content

Commit

Permalink
Revise 'Fix QuantEcon#367' again
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuya Furusawa authored and QBatista committed Apr 4, 2020
1 parent 2d88033 commit c490c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantecon/kalman.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def Sigma_infinity(self):
return self._Sigma_infinity

@property
def K_infinity(self,method='doubling'):
def K_infinity(self):
if self._K_infinity is None:
self.stationary_values()
return self._K_infinity
Expand Down

0 comments on commit c490c77

Please sign in to comment.