Skip to content

Commit

Permalink
fix error on main function PSCADVar
Browse files Browse the repository at this point in the history
  • Loading branch information
luisnovaish committed Aug 28, 2020
1 parent 1404f89 commit 6724265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ImPSCAD/PSCADVar.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
import math
import pandas as pd
import numpy as np
from functools import reduce
from functools import reduce

def ImPSCAD(INF_path):
def PSCADVar(INF_path):

with open(INF_path) as myfile: # Open all the lines in the inf path
lines = myfile.readlines()
Expand Down

0 comments on commit 6724265

Please sign in to comment.