Skip to content

Commit

Permalink
Fix function
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinavcode13 authored Jul 9, 2024
1 parent ca5b046 commit 8e48e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/polyphy/core/discrete3D.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def register_data(self, ppData):
if self.agent_deposit < -1.e-5:
self.agent_deposit = self.data_deposit * self.DATA_TO_AGENTS_RATIO
self.input_file = ppData.input_file
def log_info(message, *args):
def log_info(message, *args):
Logger.logToStdOut('info', message, *args)

log_info('Trace grid resolution:', self.TRACE_RESOLUTION)
Expand Down

0 comments on commit 8e48e48

Please sign in to comment.