Mercurial > repos > siwaa > gama
comparison src/MY_sequential_example.py @ 1:168edc2db729 draft
planemo upload for repository https://forgemia.inra.fr/nathalie.rousse/use/-/tree/gama/GAMA/galaxy-tools commit 67d85c013c62c16392b4796af86836b1334f2eef-dirty
author | siwaa |
---|---|
date | Fri, 07 Jun 2024 10:48:35 +0000 |
parents | f895e266b37a |
children | 1437cd0df25b |
comparison
equal
deleted
inserted
replaced
0:f895e266b37a | 1:168edc2db729 |
---|---|
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 | 53 |
54 MY_SERVER_PORT = 8000 | 54 MY_SERVER_PORT = 6868 |
55 | 55 |
56 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" |
57 | 57 |
58 EXPERIMENT_NAME = "prey_predator" | 58 EXPERIMENT_NAME = "prey_predator" |
59 | 59 |