You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the process of fixing the handling of fixed_costs for multi-period models, I detected that in the example usages, a fixed_costs parameter is declared for the constructor method. I assume this is due to historical reasons, but it has no effect and is just silently ignored.
Suggestion
My suggestion would be to simply remove it. Since it is a very quick fix, I'll open a PR shortly.
The text was updated successfully, but these errors were encountered:
Problem description
In the process of fixing the handling of
fixed_costs
for multi-period models, I detected that in the example usages, afixed_costs
parameter is declared for the constructor method. I assume this is due to historical reasons, but it has no effect and is just silently ignored.Suggestion
My suggestion would be to simply remove it. Since it is a very quick fix, I'll open a PR shortly.
The text was updated successfully, but these errors were encountered: