Skip to content

Commit 16a1f57

Browse files
committed
another round of space fixing
1 parent 666e84b commit 16a1f57

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pygridsim/core.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ def add_load_nodes(self,
3434
params: dict[str, int] = None,
3535
num: int = 1):
3636
"""Adds Load Node(s) to circuit.
37-
38-
Allows the user to add num load nodes, either with customized parameters or using a default load_type.
37+
38+
Allows the user to add num load nodes,
39+
either with customized parameters or using a default load_type.
3940
4041
Args:
4142
load_type (str, optional):
@@ -170,7 +171,7 @@ def solve(self):
170171
None
171172
"""
172173
altdss.Solution.Solve()
173-
174+
174175
def results(self, queries: list[str], export_path=""):
175176
"""Gets simulation results based on specified queries.
176177
@@ -180,7 +181,8 @@ def results(self, queries: list[str], export_path=""):
180181
queries (list[str]):
181182
A list of queries to the circuit ("Voltages", "Losses", "TotalPower")
182183
export_path (str, optional):
183-
The file path to export results. If empty, results are not exported. Defaults to "".
184+
The file path to export results. If empty, results are not exported.
185+
Defaults to "".
184186
185187
Returns:
186188
dict:

0 commit comments

Comments
 (0)