Skip to content

Commit

Permalink
Fixing polyphy ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinavcode13 authored Jul 8, 2024
1 parent 0fb0cfe commit e0341df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/polyphy/core/discrete3D.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ def register_data(self, ppData):

class PPInputData_3DDiscrete(PPInputData):
# TODO: load datasets from specified file + type
def __init__(self, input_file=None):
def __init__(self, input_file=None, rng=None):
super().__init__()
self.input_file = input_file
self.rng = rng

def __load_from_file__(self):
if self.input_file is None:
Expand Down

0 comments on commit e0341df

Please sign in to comment.