CrayLabs / SmartDashboard

SmartSim Dashboard Package.
BSD 2-Clause "Simplified" License
6 stars 2 forks source link

Ensure typehints and docstrings are present throughout SmartDashboard #22

Closed AlyssaCote closed 11 months ago

AlyssaCote commented 1 year ago

Description

It's been noted that there are docstrings and typehints missing, particularly in Experiment_Overview.py, views.py, and view_builders.py.

Justification

Adding missing typehints and docstrings makes the project more consistent and clear.

Implementation Strategy

Go through the SmartDashboard code and add typehints and docstrings where they are missing.