Skip to content

Commit c968bf9

Browse files
Cast correctly
1 parent 7d04966 commit c968bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

policyengine/simulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def _set_data(self):
141141
huggingface_repo=hf_repo,
142142
gcs_bucket=bucket,
143143
)
144-
filename = Path(file_path)
144+
filename = str(Path(file_path))
145145
if "cps_2023" in filename:
146146
time_period = 2023
147147
else:

0 commit comments

Comments
 (0)