Skip to content

Commit

Permalink
pdm lock and adapt saved files
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Mar 29, 2024
1 parent 60650ae commit f3f8a25
Show file tree
Hide file tree
Showing 11 changed files with 783 additions and 674 deletions.
1 change: 1 addition & 0 deletions data_tests/saved__backend__/cython/block_fluidsim.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@


def rk2_step0(state_spect_n12, state_spect, tendencies_n, diss2, dt):

# transonic block (
# complex128[][][] state_spect_n12, state_spect,
# tendencies_n;
Expand Down
1 change: 1 addition & 0 deletions data_tests/saved__backend__/cython/blocks_type_hints.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@


def block0(a, b, n):

# transonic block (
# A a; A1 b;
# int n
Expand Down
2 changes: 2 additions & 0 deletions data_tests/saved__backend__/cython/class_blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@


def block0(a, b, n):

# foo
# transonic block (
# float[][] a, b;
Expand All @@ -25,6 +26,7 @@ def block0(a, b, n):


def block1(a, b, n):

# transonic block (
# float[][] a, b;
# int n
Expand Down
1 change: 1 addition & 0 deletions data_tests/saved__backend__/python/block_fluidsim.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
def rk2_step0(state_spect_n12, state_spect, tendencies_n, diss2, dt):

# transonic block (
# complex128[][][] state_spect_n12, state_spect,
# tendencies_n;
Expand Down
1 change: 1 addition & 0 deletions data_tests/saved__backend__/python/blocks_type_hints.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
def block0(a, b, n):

# transonic block (
# A a; A1 b;
# int n
Expand Down
2 changes: 2 additions & 0 deletions data_tests/saved__backend__/python/class_blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@


def block0(a, b, n):

# foo
# transonic block (
# float[][] a, b;
Expand All @@ -20,6 +21,7 @@ def block0(a, b, n):


def block1(a, b, n):

# transonic block (
# float[][] a, b;
# int n
Expand Down
1 change: 1 addition & 0 deletions data_tests/saved__backend__/pythran/block_fluidsim.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
def rk2_step0(state_spect_n12, state_spect, tendencies_n, diss2, dt):

# transonic block (
# complex128[][][] state_spect_n12, state_spect,
# tendencies_n;
Expand Down
1 change: 1 addition & 0 deletions data_tests/saved__backend__/pythran/blocks_type_hints.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
def block0(a, b, n):

# transonic block (
# A a; A1 b;
# int n
Expand Down
2 changes: 2 additions & 0 deletions data_tests/saved__backend__/pythran/class_blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@


def block0(a, b, n):

# foo
# transonic block (
# float[][] a, b;
Expand All @@ -20,6 +21,7 @@ def block0(a, b, n):


def block1(a, b, n):

# transonic block (
# float[][] a, b;
# int n
Expand Down
1,443 changes: 769 additions & 674 deletions pdm.lock

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ transonic-init-meson = "transonic_cl.init_meson:main"
transonic-clean-dir = "transonic_cl.clean_dir:main"

[tool.pdm]
distribution = true
package-dir = "src"
ignore_package_warnings = ["ipython"]

[tool.pdm.dev-dependencies]

Expand Down

0 comments on commit f3f8a25

Please sign in to comment.