Skip to content

Commit

Permalink
for some reason scaledcurrent got deleted in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
abaillod committed Jan 21, 2024
1 parent 1375fe7 commit a16e33b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/simsopt/field/coil.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import simsoptpp as sopp


__all__ = ['Coil', 'Current', 'coils_via_symmetries', 'load_coils_from_makegrid_file',
__all__ = ['Coil', 'Current', 'coils_via_symmetries', 'load_coils_from_makegrid_file', 'ScaledCurrent',
'apply_symmetries_to_currents', 'apply_symmetries_to_curves',
'coils_to_makegrid', 'coils_to_focus']

Expand Down
3 changes: 1 addition & 2 deletions src/simsopt/geo/orientedcurve.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ def centercurve_pure(dofs, quadpoints, order):

class OrientedCurveXYZFourier( JaxCurve ):
"""
OrientedCurveXYZFourier is a translated and rotated
JaxCurveXYZFourier Curve.
OrientedCurveXYZFourier is a translated and rotated Curve.
"""
def __init__(self, quadpoints, order, dofs=None ):
if isinstance(quadpoints, int):
Expand Down

0 comments on commit a16e33b

Please sign in to comment.