We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbdc3a5 commit e942a27Copy full SHA for e942a27
2 files changed
+nla/ResultPool.m
@@ -11,6 +11,8 @@
11
permutation_edge_test_results
12
permutation_network_test_results
13
version
14
+ commit
15
+ commit_short
16
end
17
18
methods
@@ -23,6 +25,8 @@
23
25
obj.permutation_edge_test_results = permutation_edge_test_results;
24
26
obj.network_test_results = network_test_results;
27
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();
30
obj.version = nla.VERSION;
31
32
NLAResult.mlapp
172 Bytes
0 commit comments