PedestrianDynamics / jupedsim

JuPedSim is an open source pedestrian dynamics simulator
http://jupedsim.org
Other
37 stars 26 forks source link

Social Force Model parameters use wrong naming pattern #1415

Open schroedtert opened 2 months ago

schroedtert commented 2 months ago

For consistency the naming of the parameters of the Social Force Model should be snake_case as everywhere else.

Hence, create new properties for wrongly named parameters with the correct names and mark the old ones as deprecated. This should then also be ensured with tests, that everything works as intended. If possible add also a ruff check for checking the naming patterns (if only here ignored).

chraibi commented 2 months ago

I also noticed that desiredSpeed is actually called v0 in other models. That confused me as well.