Skip to content
This repository was archived by the owner on Jul 6, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- bump: minor
- bump: patch
Comment thread
vahid-ahmadi marked this conversation as resolved.
changes:
added:
- Add detailed childcare policy analysis report
fixed:
- Fixed UK behavioral response calculations returning zero FTE impacts by updating parameter names to match UK API expectations
4 changes: 2 additions & 2 deletions src/pages/policy/PolicyRightSidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ function BehavioralResponseToggle(props) {
const behavioralResponseReforms = useMemo(
() => ({
uk: {
"gov.simulation.labor_supply_responses.income_elasticity": {
"gov.behavioral_responses.labor_supply_income_elasticity": {
[dateString]: -0.05,
},
"gov.simulation.labor_supply_responses.substitution_elasticity": {
"gov.behavioral_responses.labor_supply_substitution_elasticity": {
[dateString]: 0.25,
},
},
Expand Down
Loading