We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
e.g. test/input/sf-light/sf-light-10k-csv.conf (also correct other neighbouring files as needed)
following code might help to resolve issue:
inputPlansFilePath = ${beam.inputDirectory}"/csvInput/plans.csv" inputPersonAttributesFilePath = ${beam.inputDirectory}"/csvInput/population.csv" } beam.agentsim.agents.households { inputFilePath = ${beam.inputDirectory}"/csvInput/households.csv" inputHouseholdAttributesFilePath = "" } beam.agentsim.agents.vehicles.vehiclesFilePath = ${beam.inputDirectory}"/csvInput/vehicles.csv"```
The text was updated successfully, but these errors were encountered:
PR: #2690
Sorry, something went wrong.
Merge branch 'develop' into carloscaldas/#2646-sflightConfigsNotWorki…
11a46d7
…ng-4ci
Closed with the PR #2690
5eaafee
carloscaldas
No branches or pull requests
e.g. test/input/sf-light/sf-light-10k-csv.conf (also correct other neighbouring files as needed)
following code might help to resolve issue:
The text was updated successfully, but these errors were encountered: