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
The columns should display units so like speed should say "Speed (m/s)" however we should also make it so that there are no spaces in the columns. That was my mistake while coding the application. So basically originally if it was "Speed (m/s)" it should be "Speed_(m/s)." Make sure that all the code that is calling the columns is also changed.
The text was updated successfully, but these errors were encountered:
The columns should display units so like speed should say "Speed (m/s)" however we should also make it so that there are no spaces in the columns. That was my mistake while coding the application. So basically originally if it was "Speed (m/s)" it should be "Speed_(m/s)." Make sure that all the code that is calling the columns is also changed.
The text was updated successfully, but these errors were encountered: