Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fail to run headless #13

Open
meta00 opened this issue May 22, 2019 · 3 comments
Open

fail to run headless #13

meta00 opened this issue May 22, 2019 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@meta00
Copy link
Member

meta00 commented May 22, 2019

With this model:
Lotka-Volterra (Influence of Integration Step).gaml.zip
Screenshot 2019-05-22 at 07 53 58
maths.xml.zip

Do you know why?

@meta00
Copy link
Member Author

meta00 commented May 28, 2019

@gnoubi and @benoitgaudou @jdzucker

So far, all of the models in Toy Models and Tutorials were tested (load and run). We found a number of models that headless failed to run with the above-mentioned errors. Including (in the latest gama version - official):
Toy Models/Predator Prey/Lotka-Volterra (Influence of Integration Step).gaml
Toy Models/Flood Simulation/models/Hydrological Model.gaml
Toy Models/Life/Life.gaml
Tutorials/Road Traffic/models/*.gaml

Can you please check and let us know asap before the first release at the beginning of June?

@LucieContamin LucieContamin transferred this issue from r-and-gama/rama Jul 10, 2019
@LucieContamin LucieContamin added the bug Something isn't working label Jul 23, 2019
@benoitgaudou
Copy link

After some checks on the Life.gaml model, this issue comes from the fact that the model has some parameters of type color (rgb), and more precisely from the fact that GAMA has a wrong serialization of this type of objects.

If you look at the XML file generated, the value for these attribute is something like color[white], a string that GAMA is not able to transform into a genuine GAMA color object.

An issue will be posted on the GAMA list.

@benoitgaudou
Copy link

2 issues have been posted on the GAMA issue tracker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants