Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Jan 15, 2024
1 parent f7d52fa commit b628bdd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/serialization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,15 @@ function from_hdf5(::Type{PTDF}, filename::AbstractString)
subnetworks[key] = Set(subnetworks_matrix[:, col])
end

PTDF(data, axes, lookup, subnetworks, ref_bus_positions, tol, RadialNetworkReduction())
PTDF(
data,
axes,
lookup,
subnetworks,
ref_bus_positions,
tol,
RadialNetworkReduction(),
)
end
end

Expand Down

0 comments on commit b628bdd

Please sign in to comment.