From b757c6d1e99f5e151906d14506f9f487de928748 Mon Sep 17 00:00:00 2001 From: Benson Arafat Date: Thu, 12 Jan 2023 13:51:10 +0100 Subject: [PATCH] Update __Iss.py Removed broken link --- quantecon/_lss.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/quantecon/_lss.py b/quantecon/_lss.py index e3c3794f4..70c76f828 100644 --- a/quantecon/_lss.py +++ b/quantecon/_lss.py @@ -1,11 +1,6 @@ """ Computes quantities associated with the Gaussian linear state space model. -References ----------- - -https://lectures.quantecon.org/py/linear_models.html - """ from textwrap import dedent