Skip to content

Commit

Permalink
Remove Optional for replica_seeds
Browse files Browse the repository at this point in the history
Co-authored-by: Juan M. Cruz-Martinez <juacrumar@lairen.eu>
  • Loading branch information
APJansen and scarlehoff committed Mar 8, 2024
1 parent 6c9a7b4 commit 59e17f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion n3fit/src/n3fit/layers/preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Preprocessing(MetaLayer):

def __init__(
self,
replica_seeds: Optional[List[int]],
replica_seeds: List[int],
flav_info: Optional[list] = None,
large_x: bool = True,
**kwargs,
Expand Down

0 comments on commit 59e17f1

Please sign in to comment.