Skip to content

Commit

Permalink
Black formatted TPI.py and parameters.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Sep 12, 2024
1 parent dca00b1 commit 1277c20
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions ogcore/TPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
inner_loop()
run_TPI()
"""

# imports
import numpy as np
import pickle
Expand Down
1 change: 0 additions & 1 deletion ogcore/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ def compute_default_params(self):
# Create time series of stationarized UBI transfers
self.ubi_nom_array = self.get_ubi_nom_objs()


def get_ubi_nom_objs(self):
"""
Generate time series of nominal SxJ UBI household matrix and aggregate
Expand Down

0 comments on commit 1277c20

Please sign in to comment.