Skip to content

Commit

Permalink
Merge pull request #299 from anth-volk/fix/original-microdf
Browse files Browse the repository at this point in the history
Revert to using standard microdf
  • Loading branch information
anth-volk authored Oct 29, 2024
2 parents 0efe621 + 7d7c53f commit f225d02
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 688 deletions.
4 changes: 4 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- bump: patch
changes:
changed:
- Replace custom implementation of microdf with deployed version
2 changes: 1 addition & 1 deletion policyengine_core/charts/bar.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pandas as pd
from .formatting import *
import plotly.express as px
from policyengine_core.weighting import MicroSeries
from microdf import MicroSeries
from typing import Callable
import numpy as np

Expand Down
2 changes: 1 addition & 1 deletion policyengine_core/simulations/microsimulation.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import Dict, Type

from policyengine_core.weighting import MicroDataFrame, MicroSeries
from microdf import MicroDataFrame, MicroSeries
import numpy as np
from policyengine_core.data.dataset import Dataset
from policyengine_core.periods import Period
Expand Down
1 change: 0 additions & 1 deletion policyengine_core/weighting/__init__.py

This file was deleted.

Loading

0 comments on commit f225d02

Please sign in to comment.