Skip to content

Commit e942a27

Browse files
authored
[NET-208] Fix loading of previous results (#54)
Changes to resultpool and nlaresult to enable loading of results. git commits recorded again, and naming issues in nlaresult
1 parent bbdc3a5 commit e942a27

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

+nla/ResultPool.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
permutation_edge_test_results
1212
permutation_network_test_results
1313
version
14+
commit
15+
commit_short
1416
end
1517

1618
methods
@@ -23,6 +25,8 @@
2325
obj.permutation_edge_test_results = permutation_edge_test_results;
2426
obj.network_test_results = network_test_results;
2527
obj.permutation_network_test_results = permutation_network_test_results;
28+
obj.commit = nla.helpers.git.commitString(true);
29+
obj.commit_short = nla.helpers.git.commitString();
2630
obj.version = nla.VERSION;
2731
end
2832

NLAResult.mlapp

172 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)