Maria Inês Silva
Maria Inês Silva
@SHSRPL, I noticed an error in the baseline minting function (my mistake!), where we were not getting the latest value of the baseline function. I fixed it by getting the...
Discussion ongoing with the team. Notes can be found [here](https://www.notion.so/pl-strflt/Incentives-for-CoD-5badf6f556944214ba893f547a9aaafc).
Started project proposal [here](https://www.notion.so/pl-strflt/CoD-request-for-CryptoEcon-a99bc5f9eff14be9bb2c1f4ca1f42c76). Luke has filled in a lot of info there. We we need to go over the materials and draft the project plan.
> At the end of the purple line, we see that the scheduled expired power > the total onboarded+renewed power. I think this happens because the known sectors don't all...
> I think that the power scheduled to expire after (forecast_start + duration) is power from sectors that have duration > simulation's configured duration. But, this is inconsistent w/ the...
> One solution is to not use the scheduled power expire vector after time forecast_start+duration. If we don't use the scheduled power expire vector, what do we use instead? I.e.,...
I am curious to know what parameters are used in the code snippet to produce RBP < 0: ``` scenario_params = curated.forecast_pessimistic_scenario(forecast_lenght) rb_onboard_power_vec = scenario_params['rb_onboard_power'] renewal_rate_vec = scenario_params['renewal_rate'] filplus_rate_vec =...