Skip to content

Commit

Permalink
Fix duplicated main call
Browse files Browse the repository at this point in the history
  • Loading branch information
dzalkind committed Dec 12, 2024
1 parent ba1d06a commit 76b19d9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Examples/04_simple_sim.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,3 @@ def main():
if __name__ == "__main__":
main()

if __name__=='__main__':
main()

0 comments on commit 76b19d9

Please sign in to comment.