Commit f9ad220
authored
Remove remains of the forecast feature (#645)
* Fix outputs - save data for investment year
* Revert change to fix tests
* Update results files
* Restore test
* Revert change to outputs cache
* Get outputs for first year
* Update mca.py
* Remove foresight parameter (#641)
* Move broadcast_techs out of quantities module
* Update _inner_split
* Fix trade model
* Fix constraints tests
* Fix demand_share tests
* Fix quantities tests
* Fix trade tests
* Fix adhoc model
* Rename broadcast_techs to broadcast_over_assets
* Better docstring, rename argument
* Delete filter_with_template
* Remove `broadcast_over_assets` from `capacity_in_use`
* Fix trade tests
* Edit TODO
* Remove foresight parameter
* Update settings and documentation
* Temporarily suppress test
* Fix carbon budget framework
* Revert change to settings
* Update settings and documentation
* Revert change to settings
* Update results
* Small changes to fix tests
* Add warning about deprecated parameter
* Clarify log messages
* Better final message
* Update results
* Actually update results
* And more
* Add kwargs arguments to prevent complaints
* Add more kwargs arguments
* Update trade result
* Remove more forecast features
* Change docstring
* Remove forecast settings
* Simplify _interpolate
* Update docs
* Remove remaining references
* Warning about deprecated parameter
* Tidy run function1 parent 8a19169 commit f9ad220
28 files changed
Lines changed: 17 additions & 96 deletions
File tree
- docs
- inputs
- tutorial-code
- add-agent
- 1-single-objective
- 2-multiple-objective
- add-correlation-demand/1-correlation
- add-new-technology
- 1-introduction
- 2-scenario
- add-region/1-new-region
- add-service-demand/1-exogenous-demand
- carbon-budget/1-carbon-budget
- min-max-timeslice-constraints
- 1-min-constraint
- 2-max-constraint
- modify-timing-data
- 1-modify-timeslices
- 2-modify-time-framework
- new-decision-metric
- user-guide
- src/muse
- agents
- data/example
- default_retro
- default_timeslice
- default
- minimum_service
- trade
- readers
- sectors
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
417 | | - | |
| 417 | + | |
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
| |||
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
458 | | - | |
459 | | - | |
| 458 | + | |
| 459 | + | |
460 | 460 | | |
461 | 461 | | |
462 | 462 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
458 | | - | |
| 458 | + | |
459 | 459 | | |
460 | 460 | | |
461 | 461 | | |
462 | | - | |
| 462 | + | |
463 | 463 | | |
464 | 464 | | |
465 | 465 | | |
| |||
577 | 577 | | |
578 | 578 | | |
579 | 579 | | |
580 | | - | |
581 | 580 | | |
582 | 581 | | |
583 | 582 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | 67 | | |
69 | 68 | | |
70 | 69 | | |
| |||
0 commit comments