Christian Birchler

Results 27 issues of Christian Birchler

The code of `https://github.com/billbos/CPS-SORTER` requires `AsFault` at version `430fe9ba0a4dafb174616bbe0babefb3f0e4aca3`. If I run `AsFault` with `asfault evolve bng --seed 1234 --time-limit 2 --show --render` then it fails. My system: - Windows...

As a user, I want to install the dependencies in the same order as documented so that the installation is a fast process. I went through the installation guide and...

Hi, I am new to this framework. I like the code pipeline and it is easy to use. I felt free to share a few thoughts about the interface for...

question
refactoring

# User Story As a user, I want to use BeamNG.tech v0.27 so that I can use the most recent simulator features # Acceptance Criteria ## Scenario 1: * Given:...

enhancement

https://github.com/christianbirchler-org/sdc-scissor/blob/525281fee3fc407633c0d47d9ac22b26a5a05491/sdc_scissor/machine_learning_api/model_evaluator.py#L54

enhancement

`num_nodes = 50` is a code smell! https://github.com/christianbirchler-org/sdc-scissor/blob/525281fee3fc407633c0d47d9ac22b26a5a05491/sdc_scissor/testing_api/test.py#L52 Options: - remove the interpolation function and make the user responsible for interpolation - extend interface by providing an interpolation argument reflecting...

enhancement

# User Story As a user of SDC-Scissor, I want to have test reports so that I can automate further parsing of test results. # Acceptance Criteria ## Scenario 1:...

enhancement

As the architect of SDC-Scissor, I want to have high reliability of the code by using contracts with the `icontrat` package for python.

enhancement