Skip to content

Commit f225d02

Browse files
authored
Merge pull request #299 from anth-volk/fix/original-microdf
Revert to using standard microdf
2 parents 0efe621 + 7d7c53f commit f225d02

File tree

6 files changed

+7
-688
lines changed

6 files changed

+7
-688
lines changed

changelog_entry.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- bump: patch
2+
changes:
3+
changed:
4+
- Replace custom implementation of microdf with deployed version

policyengine_core/charts/bar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import pandas as pd
22
from .formatting import *
33
import plotly.express as px
4-
from policyengine_core.weighting import MicroSeries
4+
from microdf import MicroSeries
55
from typing import Callable
66
import numpy as np
77

policyengine_core/simulations/microsimulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from typing import Dict, Type
22

3-
from policyengine_core.weighting import MicroDataFrame, MicroSeries
3+
from microdf import MicroDataFrame, MicroSeries
44
import numpy as np
55
from policyengine_core.data.dataset import Dataset
66
from policyengine_core.periods import Period

policyengine_core/weighting/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)