Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pjflux2001 committed Sep 7, 2023
1 parent 179ffef commit 51151f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions experiments/jupyter/production/polyphy.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ def parse_args(self):
help="Deposit fetching (select the method for deposit fetching)")
parser.add_argument('--agent-boundary-handling', type=str, choices=['wrap-around', 're-initialize-center', 're-initialize-randomly'],
help="Agent boundary handling (specify how agents interact with boundaries)")

# Parse the command-line arguments
self.args = parser.parse_args()

def parse_values(self):
Expand Down

0 comments on commit 51151f1

Please sign in to comment.