Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/PowerFlowFileParser.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ import InfrastructureSystems
const IS = InfrastructureSystems

import InfrastructureSystems:
DataFormatError
DataFormatError,
LinearCurve

#################################################################################
# Includes
Expand Down
3 changes: 0 additions & 3 deletions src/definitions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ const PS_MAX_LOG = parse(Int, get(ENV, "PS_MAX_LOG", "50"))

const DEFAULT_BASE_MVA = 100.0

const POWER_SYSTEM_STRUCT_DESCRIPTOR_FILE =
joinpath(dirname(pathof(PowerSystems)), "descriptors", "power_system_structs.json")

const DEFAULT_SYSTEM_FREQUENCY = 60.0

const INFINITE_TIME = 1e4
Expand Down
Loading