Skip to content

Commit 067ff41

Browse files
authored
Merge pull request #520 from ModECI/nml_examples
Updates to actions; regenerated some images
2 parents d83e34c + f1d43e2 commit 067ff41

File tree

13 files changed

+216507
-216505
lines changed

13 files changed

+216507
-216505
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/setup-python@v5
1818
with:
1919
python-version: "3.10"
20-
- uses: pre-commit/[email protected].0
20+
- uses: pre-commit/[email protected].1
2121
with:
2222
extra_args: --hook-stage manual --all-files
2323

@@ -121,7 +121,7 @@ jobs:
121121
- name: Build sdist and wheel
122122
run: pipx run --spec build pyproject-build
123123

124-
- uses: actions/upload-artifact@v3
124+
- uses: actions/upload-artifact@v4
125125
with:
126126
path: dist
127127

examples/MDF/simple.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
)
1616

1717
import sys
18+
import os
1819

1920

2021
def main():

examples/MDF/states.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
from modeci_mdf.mdf import *
66
import sys
7+
import os
78

89

910
def main():

examples/PyTorch/simple_pytorch_to_mdf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,6 @@
416416
}
417417
}
418418
},
419-
"onnx_opset_version": 14
419+
"onnx_opset_version": 17
420420
}
421421
}
-228 Bytes
Loading
-2.23 KB
Loading
-626 Bytes
Loading
1.47 KB
Loading

examples/TensorFlow/Keras/MNIST/keras_to_MDF.json

Lines changed: 109183 additions & 109183 deletions
Large diffs are not rendered by default.
67.3 KB
Loading

0 commit comments

Comments
 (0)