Skip to content
Snippets Groups Projects
Commit ce08c841 authored by Rostislav Chudoba's avatar Rostislav Chudoba
Browse files

fixed the warning in tour 2

parent 764c7a23
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,9 @@
import bmcs_utils.api as bu
import sympy as sp
import numpy as np
import warnings
# warnings.filterwarnings('ignore', category=np.VisibleDeprecationWarning)
warnings.filterwarnings('ignore', category=np.VisibleDeprecationWarning)
class PO_ESF_RLM_Symb(bu.SymbExpr):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment