From 8183122e141ec1d784518fec60bdc2ae15095aed Mon Sep 17 00:00:00 2001 From: jdebacker Date: Wed, 7 Feb 2024 00:22:34 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20eeffa?= =?UTF-8?q?5498d6affc32b0d77929441275905ca6bfd=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _modules/taxcalc/records.html | 2 +- recipes/recipe00.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_modules/taxcalc/records.html b/_modules/taxcalc/records.html index 1566c1c7a..b8cdccb06 100644 --- a/_modules/taxcalc/records.html +++ b/_modules/taxcalc/records.html @@ -745,7 +745,7 @@

Source code for taxcalc.records

         # pylint: disable=no-member
         if self.ADJ.size > 0:
             # Interest income
-            self.e00300 *= self.ADJ['INT{}'.format(year)][self.agi_bin].values
+ self.e00300 *= self.ADJ[f'INT{year}'].iloc[self.agi_bin].values
[docs] def _read_ratios(self, ratios): """ diff --git a/recipes/recipe00.html b/recipes/recipe00.html index db28c2629..cf2958515 100644 --- a/recipes/recipe00.html +++ b/recipes/recipe00.html @@ -959,11 +959,11 @@

Plotting -
+