Convert `WeatherController.seconds_to_rads` to a Static Method
Open
- Dominant language
- Python
- Stars
- 123
- Forks
- 56
- Avg merge
- 17d 18h
- Merged PRs (30d)
- 3
Description
The `seconds_to_rad` method in the `WeatherController` doesn't use `self`, so let's convert it to a static method.
https://github.com/google/sbsim/blob/67c5bb018e54295f59ab2060962bbbeeb5db8412/smart_control/simulator/weather_controller.py#L69-L77
Contributor guide
Assessment
This issue has not been assessed yet.