Skip to content

Commit

Permalink
Remove warning suppression from farmer_cylinders.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaack24 committed Jan 10, 2025
1 parent cc33222 commit 228acb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/farmer/farmer_cylinders.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
###############################################################################
# general example driver for farmer with cylinders

import warnings
warnings.filterwarnings("ignore")
# import warnings
# warnings.filterwarnings("ignore")

import farmer

Expand Down

0 comments on commit 228acb6

Please sign in to comment.