Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pymfm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ACS
Public
Power System Automation and Monitoring
pymfm
Merge requests
!12
cbes typo
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
cbes typo
dev
into
main
Overview
0
Commits
2
Pipelines
1
Changes
2
Merged
Amir Ahmadifar
requested to merge
dev
into
main
1 year ago
Overview
0
Commits
2
Pipelines
1
Changes
2
Expand
Signed-off-by: Ahmadifar
aah@eonerc.rwth-aachen.de
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
4bf336f6
2 commits,
1 year ago
2 files
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
src/pymfm/control/algorithms/optimization_based.py
+
2
−
2
Options
@@ -390,7 +390,7 @@ def scheduling(
day_end
:
datetime
,
bulk_data
:
Bulk
,
P_net_after_kW_limits
:
pd
.
DataFrame
,
pv_curtailment
:
B
ool
ean
,
pv_curtailment
:
b
ool
,
)
->
Tuple
[
pd
.
Series
,
pd
.
DataFrame
,
@@ -421,7 +421,7 @@ def scheduling(
P_net_after_kW_limits : pd.DataFrame
consisiting of upper and lower bound float time series (kW) and
the integer identifiers for the existance of any upper or lower bounds.
pv_curtailment :
B
ool
ean
pv_curtailment :
b
ool
If true, PV generation can be curtailed.
Returns
Loading