Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 29, 2023
1 parent f7c4333 commit 98b6d63
Show file tree
Hide file tree
Showing 7 changed files with 495 additions and 425 deletions.
29 changes: 22 additions & 7 deletions data/Windfarms/CableTypes/2017-iti-cable-types.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
{
"cableTypes": [
{ "cost": 20, "capacity": 5 },
{ "cost": 25, "capacity": 8 },
{ "cost": 27, "capacity": 12 },
{ "cost": 41, "capacity": 15 },
{ "cost": 10000, "capacity": 1000 }
]
"cableTypes": [
{
"capacity": 5,
"cost": 20
},
{
"capacity": 8,
"cost": 25
},
{
"capacity": 12,
"cost": 27
},
{
"capacity": 15,
"cost": 41
},
{
"capacity": 1000,
"cost": 10000
}
]
}
1 change: 0 additions & 1 deletion include/DataStructures/Graphs/DynamicGraph.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1827,4 +1827,3 @@ class DynamicGraph {
} // namespace egoa

#endif // EGOA__DATA_STRUCTURES__GRAPHS__DYNAMIC_GRAPH_HPP

1 change: 0 additions & 1 deletion include/DataStructures/Graphs/Edges/Type.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,3 @@ namespace egoa::Edges {
} // namespace egoa::Edges

#endif // EGOA__DATA_STRUCTURE__EDGES__TYPE_HPP

1 change: 0 additions & 1 deletion include/DataStructures/Graphs/StaticGraph.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1561,4 +1561,3 @@ class StaticGraph {
} // namespace egoa

#endif // EGOA__DATA_STRUCTURES__GRAPHS__STATIC_GRAPH_HPP

Original file line number Diff line number Diff line change
Expand Up @@ -442,4 +442,3 @@ class VoltageAngleDifferenceLabel : public SusceptanceNormLabel<ElementType, Ver
} // namespace egoa

#endif // EGOA__DATA_STRUCTURES__LABELS__DOMINATING_THETA_PATH_LABEL_HPP

1 change: 0 additions & 1 deletion include/IO/Parser/PyPsaParser.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3574,4 +3574,3 @@ class NetworkDifferentiation< VertexTypeProperties
} // namespace egoa

#endif // EGOA__IO__PARSER___PY_PSA_PARSER_HPP

Loading

0 comments on commit 98b6d63

Please sign in to comment.