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
inputData = json.load(open('inputs/in2.json')) #Opens the JSON file and reads it. To change the input, add the file in inputs directory and change the name here
y = solve.EquationSolver(inputData) #Creates an instance of the Class
y.solve(inputData) #Solves the equation and prints the solution