Skip to content

Commit

Permalink
Update hallEffect.py
Browse files Browse the repository at this point in the history
small syntax error in if statement
  • Loading branch information
maclariz authored Sep 25, 2023
1 parent b5e08d9 commit 6bfcf10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HallPy_Teach/experiments/hallEffect.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ def doExperiment(
}

clear_output(wait=True)
if plot=True:
if plot==True:
draw3DHELabGraphs(data)
showLiveReadings(liveReading)

Expand Down

0 comments on commit 6bfcf10

Please sign in to comment.