Skip to content

Commit

Permalink
Fixing the flake issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinavcode13 authored Jul 9, 2024
1 parent 17a2ec2 commit ca5b046
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 @@ -46,11 +46,12 @@ def register_data(self, ppData):
self.input_file = ppData.input_file
def log_info(message, *args):
Logger.logToStdOut('info', message, *args)

log_info('Trace grid resolution:', self.TRACE_RESOLUTION)
log_info('Deposit grid resolution:', self.DEPOSIT_RESOLUTION)
log_info('Vis resolution:', self.VIS_RESOLUTION)


class PPInputData_3DDiscrete(PPInputData):
# TODO: load datasets from specified file + type
def __load_from_file__(self):
Expand Down

0 comments on commit ca5b046

Please sign in to comment.