You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Gen* the official way to proceed is as follow: uses GenstarConfigurationFile to manage input file and attributes, you might setup a base directory using setBaseDirectory(Path f). Hence you will be able to add files using relative file path
Thanks for the tips !
But after thinking a little bit, I think that finally we should give "file" as argument (in the sense of GAML).
This could allow in particular the modeler to specify (in the model) parameters to manage files (e.g. the separator for .csv files ...).
Right now, we need to give the absolute path to files to the gen_pop operators, e.g. by defining a file and giving to the operator the file.path.
Relative paths should be used instead.
The text was updated successfully, but these errors were encountered: