diff options
| author | 2025-08-02 11:30:27 +0800 | |
|---|---|---|
| committer | 2025-08-02 11:30:27 +0800 | |
| commit | ec4566c3d17370c778a1e6cd6b22ed85263731a0 (patch) | |
| tree | 469258084d3ae0e72db37dd98593731ff20131e4 /tests/examples/ndice/tests.py | |
| parent | c68a18ca6440f6460b3b5fce311901229f8f50a9 (diff) | |
| download | infini-ec4566c3d17370c778a1e6cd6b22ed85263731a0.tar.gz infini-ec4566c3d17370c778a1e6cd6b22ed85263731a0.zip | |
refactor(v3): publish v3 branch
Diffstat (limited to 'tests/examples/ndice/tests.py')
| -rw-r--r-- | tests/examples/ndice/tests.py | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/examples/ndice/tests.py b/tests/examples/ndice/tests.py deleted file mode 100644 index 2a56409b..00000000 --- a/tests/examples/ndice/tests.py +++ /dev/null @@ -1,17 +0,0 @@ -from infini.loader import Loader -from infini.input import Input -from pathlib import Path -from ipm import api -from ipm.models.ipk import InfiniProject - -ipk = InfiniProject() -api.build(".") -api.install(f"dist/{ipk.default_name}", force=True) - -loader = Loader() -loader.load("ndice") -loader.close() - -core = loader.into_core() -for output in core.input(Input(".r3d6", {'nickname':'简律纯'})): - print(output) |
