comparison src/MY_sequential_example.py @ 19:855883e4a317 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 13:17:57 +0000
parents 1437cd0df25b
children 13a692e5a445
comparison
equal deleted inserted replaced
18:1437cd0df25b 19:855883e4a317
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 MY_SERVER_URL = "http://127.0.0.1"
54 54
55 MY_SERVER_PORT = 6868 55 MY_SERVER_PORT = 6868
56 56
57 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"
58 58