Skip to content

Commit f05acf9

Browse files
committed
Update benchmarking tables to use fixed seed + update JIDT licensing info.
1 parent 0d0c6bf commit f05acf9

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

pyspi/lib/jidt/license-gplv3.txt

100755100644
File mode changed.

pyspi/lib/jidt/readme.txt

100755100644
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Copyright (C) 2016-2019 Joseph T. Lizier, Ipek Özdemir and Pedro Mediano
55
Copyright (C) 2019-2022 Joseph T. Lizier, Ipek Özdemir, Pedro Mediano, Emanuele Crosato, Sooraj Sekhar and Oscar Huaigu Xu
66
Copyright (C) 2022- Joseph T. Lizier, Ipek Özdemir, Pedro Mediano, Emanuele Crosato, Sooraj Sekhar, Oscar Huaigu Xu and David Shorten
77

8-
Version @VERSION@ (see release notes below)
8+
Version 1.6.1 (see release notes below)
99

1010
JIDT provides a standalone, open source code Java implementation (usable in Matlab, Octave and Python) of information-theoretic measures of distributed computation in complex systems: i.e. information storage, transfer and modification.
1111

@@ -282,5 +282,5 @@ First distribution
282282

283283
=============
284284

285-
Joseph T. Lizier, @DATE@
285+
Joseph T. Lizier, 22/08/2023
286286

pyspi/lib/jidt/version-1.6.1.txt

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ Copyright (C) 2022- Joseph T. Lizier, Ipek Özdemir, Pedro Mediano, Emanuele
77

88
Version 1.6.1
99

10-
22/8/2023
10+
22/08/2023
1111

tests/CML7_benchmark_tables.pkl

0 Bytes
Binary file not shown.

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def pytest_sessionfinish(session, exitstatus):
4444
error = " **"
4545
print(f"{est+error:<25}{module_name:<10}{max_z:>10.4g}{num_exceed:>15}{num_iteractions:>20}")
4646
else:
47-
print("\n\nNo SPIs exceeded the sigma threshold.\n")
47+
print("\n\nNo SPIs exceeded the 1 sigma threshold.\n")
4848

4949
print(footer_line)
5050
print(padded_footer)

0 commit comments

Comments
 (0)