Skip to content

Commit

Permalink
minor docstring updates
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasMahieu committed Jan 31, 2025
1 parent 9647b17 commit 6f0a274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crested/tl/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


def create_random_sequences(
n_sequences: int, seq_len: int, acgt_distribution: np.ndarray[float] | None
n_sequences: int, seq_len: int, acgt_distribution: np.ndarray | None
) -> np.ndarray:
"""Create random sequences based on the given ACGT distribution."""
random_sequences = np.empty((n_sequences), dtype=object)
Expand Down

0 comments on commit 6f0a274

Please sign in to comment.