Skip to content

Commit

Permalink
chore: Remove old commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
anth-volk committed Nov 10, 2024
1 parent 5fb0ef6 commit e4a9e0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 2 additions & 1 deletion changelog_entry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
changes:
removed:
- Code associated with chunking
- Code associated with separating baseline and reform calculations
- Code associated with separating baseline and reform calculations
- Old todo comments
6 changes: 0 additions & 6 deletions policyengine_api/country.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,12 +304,6 @@ def build_entities(self) -> dict:
data[entity.key] = entity_data
return data

# 1. Remove the call to `get_all_variables` (Done)
# 2. Remove the code to check if the calculated variable is within the traced variables array (Done)
# 3. Remove the commented code block that writes to the local_database inside the for loop (Done)
# 4. Delete the code at the end of the function that writes to a file (Done)
# 5. Add code at the end of the function to write to a database (Done)

def calculate(
self,
household: dict,
Expand Down

0 comments on commit e4a9e0c

Please sign in to comment.