NeLy-EPFL / NeuroMechFly

A neuromechanical model of adult Drosophila melanogaster.
https://nely-epfl.github.io/NeuroMechFly/
Apache License 2.0
44 stars 1 forks source link

Unify bullet_simulation code #15

Closed ShravanTata closed 3 years ago

ShravanTata commented 3 years ago

Currently each experiment has it's own bullet_simulation code. This should be merged into a single file for safer and clean code base

gizemozd commented 3 years ago

in km-refactor bullet_simulation is carried under NeuroMechFly module. Further refactoring needs to be done to make the script generic, especially update_logs.

gizemozd commented 3 years ago

bullet_simulation has been unified and moved under the nmf package. Some optimization of the code might be needed in the future to make it more generic (for container tables, adding ball, etc. )