Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Jul 1, 2024
1 parent 1236ea9 commit d97784b
Show file tree
Hide file tree
Showing 39 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/pysb/0001/0001.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import DEFAULT_PYSB_FILE, PetabTestCase, analytical_a

Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/pysb/0002/0002.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from math import nan

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import DEFAULT_PYSB_FILE, PetabTestCase, analytical_a

Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/pysb/0003/0003.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import DEFAULT_PYSB_FILE, PetabTestCase, analytical_a

Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/pysb/0004/0004.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import DEFAULT_PYSB_FILE, PetabTestCase, analytical_a

Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/pysb/0005/0005.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import PetabTestCase, analytical_a

Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/pysb/0006/0006.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import DEFAULT_PYSB_FILE, PetabTestCase, analytical_a

Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/pysb/0007/0007.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import (
DEFAULT_PYSB_FILE,
Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/pysb/0008/0008.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import DEFAULT_PYSB_FILE, PetabTestCase, analytical_a

Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/pysb/0009/0009.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import (
DEFAULT_PYSB_FILE,
Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/pysb/0010/0010.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import DEFAULT_PYSB_FILE, PetabTestCase, analytical_a

Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/pysb/0011/0011.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import PetabTestCase, analytical_a

Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/pysb/0012/0012.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import DEFAULT_PYSB_FILE, PetabTestCase, analytical_a

Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/pysb/0013/0013.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import PetabTestCase, analytical_a

Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/pysb/0014/0014.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import DEFAULT_PYSB_FILE, PetabTestCase, analytical_a

Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/pysb/0015/0015.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import DEFAULT_PYSB_FILE, PetabTestCase, analytical_a

Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/pysb/0016/0016.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import (
DEFAULT_PYSB_FILE,
Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/pysb/0017/0017.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import (
DEFAULT_PYSB_FILE,
Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/pysb/0018/0018.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import DEFAULT_PYSB_FILE, PetabTestCase, analytical_a

Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/sbml/0001/0001.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import DEFAULT_SBML_FILE, PetabTestCase, analytical_a

Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/sbml/0002/0002.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from math import nan

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *
from petabtests import DEFAULT_SBML_FILE, PetabTestCase, analytical_a

DESCRIPTION = cleandoc("""
Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/sbml/0003/0003.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import DEFAULT_SBML_FILE, PetabTestCase, analytical_a

Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/sbml/0004/0004.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import DEFAULT_SBML_FILE, PetabTestCase, analytical_a

Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/sbml/0005/0005.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from pathlib import Path

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import PetabTestCase, analytical_a

Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/sbml/0006/0006.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import DEFAULT_SBML_FILE, PetabTestCase, analytical_a

Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/sbml/0007/0007.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import (
DEFAULT_SBML_FILE,
Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/sbml/0008/0008.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import DEFAULT_SBML_FILE, PetabTestCase, analytical_a

Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/sbml/0009/0009.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import (
DEFAULT_SBML_FILE,
Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/sbml/0010/0010.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import DEFAULT_SBML_FILE, PetabTestCase, analytical_a

Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/sbml/0011/0011.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import PetabTestCase, analytical_a

Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/sbml/0012/0012.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import DEFAULT_SBML_FILE, PetabTestCase, analytical_a

Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/sbml/0013/0013.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import PetabTestCase, analytical_a

Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/sbml/0014/0014.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import DEFAULT_SBML_FILE, PetabTestCase, analytical_a

Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/sbml/0015/0015.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import DEFAULT_SBML_FILE, PetabTestCase, analytical_a

Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/sbml/0016/0016.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import (
DEFAULT_SBML_FILE,
Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/sbml/0017/0017.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import (
DEFAULT_SBML_FILE,
Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/sbml/0018/0018.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *
from pathlib import Path
from petabtests import PetabTestCase, analytical_a, analytical_b

Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/sbml/0019/0019.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import DEFAULT_SBML_FILE, PetabTestCase, analytical_a

Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/sbml/0020/0020.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import PetabTestCase, analytical_a

Expand Down
2 changes: 1 addition & 1 deletion petabtests/cases/v2.0.0/sbml/0021/0021.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.v1.C import *
from petab.v2.C import *

from petabtests import DEFAULT_SBML_FILE, PetabTestCase, analytical_a

Expand Down

0 comments on commit d97784b

Please sign in to comment.