Skip to content

Commit

Permalink
remove duplicate atlasline entry
Browse files Browse the repository at this point in the history
  • Loading branch information
jveitchmichaelis committed Jun 21, 2023
1 parent 5fb5614 commit b737879
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/rascal/atlas.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,6 @@ class LineSource(Enum):
NIST_ALL = auto()


# @dataclass(kw_only=True) requires > 3.10, so drop for now
@dataclass
class AtlasLine:
"""
For storing information of an atlas line
"""

wavelength: float
element: str
intensity: float
source: str


# @dataclass(kw_only=True)
@dataclass
class AtlasLine:
Expand Down

0 comments on commit b737879

Please sign in to comment.