Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct day iteration in timestamp loops
Adjusted the range of the for loop iterating through the timestamp_list in multiple scripts. Previously, it stopped just before the last element in timestamp_list; now it includes all elements. This will ensure that all days are processed in the OPF calculations.
- Loading branch information