Skip to content

Commit

Permalink
cast center to a tuple in sources.CurrentLoop
Browse files Browse the repository at this point in the history
  • Loading branch information
loganbvh committed Sep 21, 2023
1 parent 930f73b commit 996112d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdgl/sources/loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def CurrentLoop(
loop_vector_potential,
current=current,
radius=radius,
center=center,
center=tuple(center),
current_units=current_units,
field_units=field_units,
length_units=length_units,
Expand Down

0 comments on commit 996112d

Please sign in to comment.