rakow

Results 20 comments of rakow

One needs to create a separate router and context for each thread. So it requires some boilerplate code, but it is certainly possible.

I always tend to add a .editorconfig to my repos. The example of @Janekdererste is not covered by the standard, though. You can set them for Intelij anyway (https://blog.jetbrains.com/idea/2019/06/managing-code-style-on-a-directory-level-with-editorconfig/), but...

There should be an automerge button natively available in GitHub nowadays. Not sure if this automerge label is still needed at all.

Thank you, I really like the idea to make the scripts more generally applicable. I will take a look at what you did in the next weeks.

Thank you for the PR. I would prefer to stay compatible to older python versions as well. Maybe add a matrix configuration to test multiple python versions.

3.9 is curently widely used and also has good availability.

Hello, there should be no GUI involved when running the calibration. I suspect your jar is not executing the correct scenario class. Please double-check your generated jar and make sure...

First, you need to have a run class like this: https://github.com/matsim-org/matsim-example-project/blob/master/src/main/java/org/matsim/project/RunMatsimApplication.java In the `pom.xml` you can specify which class is executed: https://github.com/matsim-org/matsim-example-project/blob/1f18869c2be8e070b046ea48ed7d1a14f7730445/pom.xml#L194C1-L194C60 You need to replace this reference with your...

Please try with a subpopulation called "person". This one is also mentioned in your code.

Normally, only having a "person" subpopulation should be no problem. I would advise cleaning all existing failed simulations runs and stored information. Delete the `calib.db` file, `runs` and `params` directory...