automatic_tuning icon indicating copy to clipboard operation
automatic_tuning copied to clipboard

Issue : Missing shebang in `csv2tum.py` and `evaluate_traj.py`

Open PrinceSajjadHussain opened this issue 7 months ago • 0 comments

The files csv2tum.py and evaluate_traj.py are missing the shebang line #!/usr/bin/python3. While they may be run as modules currently, adding the shebang line would make them executable as standalone scripts. It promotes consistency across the project and makes the scripts more portable.

PrinceSajjadHussain avatar Jun 21 '25 16:06 PrinceSajjadHussain