Skip to content

Commit a2d3065

Browse files
committed
Set all parameters to defaults
1 parent 0222769 commit a2d3065

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
circuitSolver = CircuitSolver.compileCircuitFromFile('circuit.crc')
44
circuitSolver.setRoundingPlace(5)
55
circuitSolver.solve()
6-
circuitSolver.showStepByStepReasoning(showVoltageSteps=False, showCurrentSteps=False, showResistanceSteps=True)
6+
circuitSolver.showStepByStepReasoning(showVoltageSteps=True, showCurrentSteps=True, showResistanceSteps=True)
77
print('\n\n')
8-
circuitSolver.showCircuit(showVoltage=False, showCurrent=False, showResistance=True, showLegs=True, showResistors=False)
8+
circuitSolver.showCircuit(showVoltage=True, showCurrent=True, showResistance=True, showLegs=True, showResistors=True)

0 commit comments

Comments
 (0)