Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Input file loading in PPInputData_3DDiscrete #103

Closed
wants to merge 11 commits into from
1 change: 0 additions & 1 deletion src/polyphy/core/discrete3D.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def register_data(self, ppData):

class PPInputData_3DDiscrete(PPInputData):
# TODO: load datasets from specified file + type

def __load_from_file__(self):
Logger.logToStdOut("info", 'Loading input file... '
+ self.ROOT + self.input_file, self.DOMAIN_MIN)
Expand Down
Loading