Skip to content

Commit

Permalink
Freeze GeneticMap class
Browse files Browse the repository at this point in the history
  • Loading branch information
szhan committed Jan 14, 2024
1 parent 78a0f9d commit 1cc0af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/beagle_numba.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import tskit


@dataclass
@dataclass(frozen=True)
class GeneticMap:
"""
A genetic map having:
Expand Down

0 comments on commit 1cc0af8

Please sign in to comment.