comparison src/MY_sequential_example.py @ 18:1437cd0df25b draft

planemo upload for repository https://forgemia.inra.fr/nathalie.rousse/use/-/tree/gama/GAMA/galaxy-tools commit 927c1d94ea613d36a1b4b8d048ba21ad43a6f55e-dirty
author siwaa
date Mon, 10 Jun 2024 12:52:22 +0000
parents 168edc2db729
children 855883e4a317
comparison
equal deleted inserted replaced
17:5a94c8c7c8cc 18:1437cd0df25b
47 global step_future 47 global step_future
48 global stop_future 48 global stop_future
49 49
50 # Experiment and Gama-server constants 50 # Experiment and Gama-server constants
51 51
52 MY_SERVER_URL = "localhost" 52 #MY_SERVER_URL = "localhost"
53 MY_SERVER_URL = "0:0:0:0:0:0:0:1" # 0:0:0:0:0:0:0:1 entered the room!
53 54
54 MY_SERVER_PORT = 6868 55 MY_SERVER_PORT = 6868
55 56
56 GAML_FILE_PATH_ON_SERVER = "gama-platform/headless/samples/predatorPrey/MY_predatorPrey.gaml" 57 GAML_FILE_PATH_ON_SERVER = "gama-platform/headless/samples/predatorPrey/MY_predatorPrey.gaml"
57 58