Skip to content

Commit 0ce76f1

Browse files
committed
Merge branch 'development' into nml_examples
2 parents c2ee26a + 4381319 commit 0ce76f1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+57
-56
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,3 +316,4 @@ examples/TensorFlow/Keras/keras_to_MDF
316316
/checkoutpngs.sh
317317
/docs/sphinx/source/api/export_format/MDF/images/newton.png
318318
/docs/sphinx/source/api/export_format/MDF/images/newton_plot.png
319+
/examples/MDF/networks/Net_acyclical
1 Byte
1 Byte
1 Byte
1 Byte

examples/ACT-R/addition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"addition": {
33
"format": "ModECI MDF v0.4",
4-
"generating_application": "Python modeci-mdf v0.4.13",
4+
"generating_application": "Python modeci-mdf v0.4.14",
55
"graphs": {
66
"addition_graph": {
77
"nodes": {

examples/ACT-R/addition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
addition:
22
format: ModECI MDF v0.4
3-
generating_application: Python modeci-mdf v0.4.13
3+
generating_application: Python modeci-mdf v0.4.14
44
graphs:
55
addition_graph:
66
nodes:

examples/ACT-R/count.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"count": {
33
"format": "ModECI MDF v0.4",
4-
"generating_application": "Python modeci-mdf v0.4.13",
4+
"generating_application": "Python modeci-mdf v0.4.14",
55
"graphs": {
66
"count_graph": {
77
"nodes": {

examples/ACT-R/count.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
count:
22
format: ModECI MDF v0.4
3-
generating_application: Python modeci-mdf v0.4.13
3+
generating_application: Python modeci-mdf v0.4.14
44
graphs:
55
count_graph:
66
nodes:

examples/MDF/ABCD.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"ABCD": {
33
"format": "ModECI MDF v0.4",
4-
"generating_application": "Python modeci-mdf v0.4.13",
4+
"generating_application": "Python modeci-mdf v0.4.14",
55
"graphs": {
66
"abcd_example": {
77
"nodes": {

0 commit comments

Comments
 (0)