mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-12-24 22:37:03 +00:00
lf_csv.py and lf_graph.py : changed variables to snake case
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -22,7 +22,7 @@ import numpy as np
|
||||
import pandas as pd
|
||||
|
||||
|
||||
class LfCSV:
|
||||
class lf_csv:
|
||||
def __init__(self,
|
||||
_columns=['Stations', 'bk', 'be', 'vi', 'vo'],
|
||||
_rows=[['sta0001', 'sta0002', 'sta0003', 'sta0004', 'sta0005'],
|
||||
@@ -45,5 +45,5 @@ class LfCSV:
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
test = LfCSV()
|
||||
test = lf_csv()
|
||||
test.generate_csv()
|
||||
|
||||
Reference in New Issue
Block a user