File tree Expand file tree Collapse file tree 3 files changed +0
-11
lines changed Expand file tree Collapse file tree 3 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -302,7 +302,6 @@ def get_path(filename):
302302 f"{ yaml_config [FORMAT_VERSION ]} ."
303303 )
304304 if major_version == 2 :
305- warn ("Support for PEtab2.0 is experimental!" , stacklevel = 2 )
306305 warn (
307306 "Using petab.v1.Problem with PEtab2.0 is deprecated. "
308307 "Use petab.v2.Problem instead." ,
Original file line number Diff line number Diff line change 33Contains all functionality related to handling PEtab 2.0 problems.
44"""
55
6- from warnings import warn
7-
8- warn (
9- "Support for PEtab2.0 and all of petab.v2 is experimental "
10- "and subject to changes!" ,
11- stacklevel = 1 ,
12- )
13-
146# TODO: move this module to v2
157from petab .v1 .mapping import ( # noqa: F403, F401, E402
168 get_mapping_df ,
Original file line number Diff line number Diff line change @@ -7,7 +7,5 @@ filterwarnings =
77 error
88 # TODO: until tests are reorganized for petab.v1
99 ignore::DeprecationWarning
10- ignore:Support for PEtab2.0 and all of petab.v2 is experimental:UserWarning
11- ignore:Support for PEtab2.0 is experimental:UserWarning
1210 ignore:.*inspect.getargspec\(\) is deprecated.*:DeprecationWarning
1311 ignore:.*Passing unrecognized arguments to super\(PyDevIPCompleter6\).*:DeprecationWarning
You can’t perform that action at this time.
0 commit comments