Implementation of #402 +species informations - #404
Conversation
Add a "describe" gama server command to get a model description which gives : - The species names and related actions - The experiments and related parameters
- fix command error message - change key name of action commands to "parameters"
Removed the model in the species list
…t the "global actions"
|
I would like to divide the nested for loops to the related interface, but it will be used only in the gama server part. |
|
Hello and thank you for your contribution!
|
- splits describe into subfunctions - adds parameters for more granularity - enforces stronger typing when possible - fixes wrong parameter outputs for actions - add the return type of actions
|
Hello @Jarakoto, I have a commit to fix a few minor issues with this PR but I cannot push it because (I think) it is hosted on your github and you have to allow external contribution, here is an example pull request with the same problem: |
|
Hello @lesquoyb, |
uses getOrDefault instead of ternary conditions for parameters
|
So I thought a bit about compiling only once, but finally I don't think it's a good idea as the Regarding passing the quality gates of codescene, the only thing left would be to refactore the code for compilation (but not cache it) between I've just created a draft of documentation for the new command that you can see here and if you think it's clear enough and I didn't miss anything then we can merge that PR. |
|
@lesquoyb Thanks a lot for the improvement of the function. It's all good for me. |
|
Sounds good to me |

Add a "describe" gama server command to get a model description which gives :