Skip to content

Commit

Permalink
Merge pull request #39 from PolicyEngine/refactor
Browse files Browse the repository at this point in the history
Refactor
  • Loading branch information
nikhilwoodruff authored Nov 21, 2024
2 parents 5ec0ce2 + 783293d commit 0953113
Show file tree
Hide file tree
Showing 111 changed files with 1,283 additions and 4,247 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,5 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

old/
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# policyengine.py

[WIP] PolicyEngine's main user-facing Python package, incorporating country packages and integrating data visualization and analytics.
2 changes: 1 addition & 1 deletion policyengine/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .economic_impact.economic_impact import EconomicImpact
from .simulation import Simulation
Empty file removed policyengine/charts/__init__.py
Empty file.
Empty file.
Empty file.
114 changes: 0 additions & 114 deletions policyengine/charts/distributional_impact/by_income_decile/average.py

This file was deleted.

104 changes: 0 additions & 104 deletions policyengine/charts/distributional_impact/by_income_decile/relative.py

This file was deleted.

Empty file.
114 changes: 0 additions & 114 deletions policyengine/charts/distributional_impact/by_wealth_decile/average.py

This file was deleted.

Loading

0 comments on commit 0953113

Please sign in to comment.