Skip to content

Commit

Permalink
use TkAgg to avoid some warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariosmsk committed Aug 23, 2023
1 parent 59593b6 commit c0bd2c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions epyt/epanet.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
from shutil import copyfile
from matplotlib import cm
import matplotlib as mpl
mpl.use('TkAgg')
from pathlib import Path
import pandas as pd
import numpy as np
Expand Down

0 comments on commit c0bd2c8

Please sign in to comment.