Skip to content

Commit

Permalink
suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
samjrholt committed Aug 28, 2024
1 parent 1b611c3 commit 44418c0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions micromagneticmodel/energy/dmi.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@
@uu.inherit_docs
@ts.typesystem(
D=ts.Parameter(descriptor=ts.Scalar(), otherwise=df.Field),
BC=ts.Subset(
sample_set={
"Robin",
},
unpack=False,
),
suffix=ts.Typed(expected_type=str),
crystalclass=ts.Subset(
sample_set={
"Cnv",
Expand Down Expand Up @@ -130,7 +125,7 @@ class DMI(EnergyTerm):
"""

_allowed_attributes = ["D", "D1", "D2", "D3", "Dx", "Dy", "crystalclass", "BC"]
_allowed_attributes = ["D", "D1", "D2", "D3", "Dx", "Dy", "crystalclass", "suffix"]

@property
def _reprlatex(self):
Expand Down

0 comments on commit 44418c0

Please sign in to comment.