Context
During the review of PR #206 (#206), it was identified that the codebase contains references to max_capacity/min_capacity and MaxCapacity/MinCapacity that do not match the actual TemoaModel attributes.
The actual TemoaModel uses limit_capacity and limit_new_capacity instead.
Tasks
Reference
This issue was identified as necessary but out of scope for PR #206.
Context
During the review of PR #206 (#206), it was identified that the codebase contains references to
max_capacity/min_capacityandMaxCapacity/MinCapacitythat do not match the actual TemoaModel attributes.The actual TemoaModel uses
limit_capacityandlimit_new_capacityinstead.Tasks
max_capacityandmin_capacitymock attributes fromtests/test_pricing_check.pyMaxCapacityandMinCapacityfrom documentationmax_capacityandmin_capacityfrom testslimit_capacityandlimit_new_capacityReference
This issue was identified as necessary but out of scope for PR #206.