You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix minor bug in get_number_summary - Use class instead of instance for static fields (#837)
Fix minor bug: Use class instead of instance for static fields
In `get_number_summary`, a few static fields and functions were being accessed from an instance of ScenarioDescription rather than the class.
0 commit comments