The EnergyNaiveRedispatchStrategy in the naive_strategies.py does not consider the powerplants availability factors while formulating redispatch bids.
This is also then continued in the redispatch market clearing logic while assigning p_max_pu_up values where the difference between the max_power and volume_pivot is considered.

The
EnergyNaiveRedispatchStrategyin thenaive_strategies.pydoes not consider the powerplants availability factors while formulating redispatch bids.This is also then continued in the redispatch market clearing logic while assigning
p_max_pu_upvalues where the difference between themax_powerandvolume_pivotis considered.