Mercurial > repos > siwaa > gama
comparison src/MY_sequential_example.py @ 20:13a692e5a445 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 18:04:48 +0000 |
parents | 855883e4a317 |
children |
comparison
equal
deleted
inserted
replaced
19:855883e4a317 | 20:13a692e5a445 |
---|---|
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 = "http://127.0.0.1" | |
54 | 53 |
55 MY_SERVER_PORT = 6868 | 54 MY_SERVER_PORT = 6868 |
56 | 55 |
57 GAML_FILE_PATH_ON_SERVER = "gama-platform/headless/samples/predatorPrey/MY_predatorPrey.gaml" | 56 GAML_FILE_PATH_ON_SERVER = "gama-platform/headless/samples/predatorPrey/MY_predatorPrey.gaml" |
58 | 57 |