Commit 94db146
authored
Fix minor bug in
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.get_number_summary - Use class instead of instance for static fields (#837)1 parent e8d94c9 commit 94db146
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
479 | 479 | | |
480 | 480 | | |
481 | 481 | | |
482 | | - | |
483 | | - | |
484 | | - | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
485 | 485 | | |
486 | 486 | | |
487 | 487 | | |
| |||
0 commit comments