Skip to content

Commit f0df95e

Browse files
authored
Merge pull request #173 from NREL-Sienna/jd/docs_version_fix
fixes for docs and formatter
2 parents 9fb2e84 + e40b6aa commit f0df95e

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ PowerSystems = "bcd98974-b02a-5e2f-9ee0-a103f5c450dd"
88
[compat]
99
Documenter = "^1.8"
1010
julia = "^1.10"
11-
PowerSystems = "^5.0"
11+
PowerSystems = "5"

src/definitions.jl

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ const SYSTEM_DESCRIPTORS_FILE = joinpath(PACKAGE_DIR, "src", "system_descriptor.
88
const SERIALIZED_DIR = joinpath(PACKAGE_DIR, "data", "serialized_system")
99

1010
const SERIALIZE_FILE_EXTENSIONS =
11-
[".json", "_metadata.json", "_validation_descriptors.json", "_time_series_storage.h5"]
11+
[".json", "_metadata.json", "_validation_descriptors.json", "_time_series_storage.h5"]
1212

1313
const ACCEPTED_PSID_TEST_SYSTEMS_KWARGS = [:avr_type, :tg_type, :pss_type, :gen_type]
1414
const AVAILABLE_PSID_PSSE_AVRS_TEST =
15-
["AC1A", "AC1A_SAT", "EXAC1", "EXST1", "SEXS", "SEXS_noTE"]
15+
["AC1A", "AC1A_SAT", "EXAC1", "EXST1", "SEXS", "SEXS_noTE"]
1616

1717
const AVAILABLE_PSID_PSSE_TGS_TEST = ["GAST", "HYGOV", "TGOV1"]
1818

1919
const AVAILABLE_PSID_PSSE_GENS_TEST = [
20-
"GENCLS",
21-
"GENROE",
22-
"GENROE_SAT",
23-
"GENROU",
24-
"GENROU_NoSAT",
25-
"GENROU_SAT",
26-
"GENSAE",
27-
"GENSAL",
20+
"GENCLS",
21+
"GENROE",
22+
"GENROE_SAT",
23+
"GENROU",
24+
"GENROU_NoSAT",
25+
"GENROU_SAT",
26+
"GENSAE",
27+
"GENSAL",
2828
]
2929

3030
const AVAILABLE_PSID_PSSE_PSS_TEST = ["STAB1", "IEEEST", "IEEEST_FILTER"]

0 commit comments

Comments
 (0)