Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ITCPG.jl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Julian Stuermer
ITCPG.jl
Commits
ba344f0f
Commit
ba344f0f
authored
3 years ago
by
Julian Stürmer
Browse files
Options
Downloads
Patches
Plain Diff
Exclude plotting functions
parent
40cd5c2e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/ITCPG.jl
+10
-10
10 additions, 10 deletions
src/ITCPG.jl
with
10 additions
and
10 deletions
src/ITCPG.jl
+
10
−
10
View file @
ba344f0f
...
...
@@ -9,9 +9,9 @@ using JLD2
using
FileIO
using
PowerModels
using
Ipopt
using
PyPlot
,
PyCall
using
Colors
using
LaTeXStrings
#
using PyPlot, PyCall
#
using Colors
#
using LaTeXStrings
using
DataStructures
using
NetCDF
using
Statistics
...
...
@@ -60,19 +60,19 @@ export calc_new_state!, run_outer_ac_pf!, run_inner_ac_pf!
export
run_pvpq_switching!
,
run_uvls!
export
restore_p_balance!
,
calc_Δp
include
(
"PlotUtils.jl"
)
#
include("PlotUtils.jl")
include
(
"PlotPG.jl"
)
export
plot_pg_map
,
plot_pg_overhead_tl_segments
,
plot_pg
,
plot_pg_areas
#
include("PlotPG.jl")
#
export plot_pg_map, plot_pg_overhead_tl_segments, plot_pg, plot_pg_areas
include
(
"Impact.jl"
)
export
sim_primary_dmg
export
calc_overhead_tl_windloads
,
get_windfield
,
calc_overhead_tl_segments
include
(
"PlotImpact.jl"
)
export
plothist_tl_failures
,
plot_pg_impact
#
include("PlotImpact.jl")
#
export plothist_tl_failures, plot_pg_impact
include
(
"PlotPFC.jl"
)
export
scatter_branchloads
,
plot_pg_pf_diff
#
include("PlotPFC.jl")
#
export scatter_branchloads, plot_pg_pf_diff
end
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment