Skip to content

Commit 1cf84ba

Browse files
authored
Merge pull request #17 from JuliaAI/minor
Minor change to example Manifest.toml and a docstring
2 parents 77428a4 + 80a3d61 commit 1cf84ba

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

examples/bigtest/Manifest.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -770,9 +770,9 @@ version = "0.18.4"
770770

771771
[[deps.MLJBase]]
772772
deps = ["CategoricalArrays", "CategoricalDistributions", "ComputationalResources", "Dates", "DelimitedFiles", "Distributed", "Distributions", "InteractiveUtils", "InvertedIndices", "LinearAlgebra", "LossFunctions", "MLJModelInterface", "Missings", "OrderedCollections", "Parameters", "PrettyTables", "ProgressMeter", "Random", "ScientificTypes", "Serialization", "StatisticalTraits", "Statistics", "StatsBase", "Tables"]
773-
git-tree-sha1 = "2a3408ccdb08f3ac4f1622ad874bb725144cf5c9"
773+
path = "/Users/anthony/MLJ/MLJBase"
774774
uuid = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
775-
version = "0.20.15"
775+
version = "0.20.17"
776776

777777
[[deps.MLJClusteringInterface]]
778778
deps = ["Clustering", "Distances", "MLJModelInterface"]
@@ -824,7 +824,7 @@ version = "0.6.4"
824824

825825
[[deps.MLJModelInterface]]
826826
deps = ["Random", "ScientificTypesBase", "StatisticalTraits"]
827-
git-tree-sha1 = "16fa7c2e14aa5b3854bc77ab5f1dbe2cdc488903"
827+
path = "/Users/anthony/MLJ/MLJModelInterface"
828828
uuid = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
829829
version = "1.6.0"
830830

src/test.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ Returns `(failures, summary)` where:
5555
| n/a | skipped because not applicable |
5656
| - | test skipped for some other reason |
5757
58+
In the special case of `operations`, an empty entry, `""`, indicates that there don't
59+
appear to be any operations implemented.
60+
5861
# Testing with automatic code loading
5962
6063
World Age issues pose challenges for testing Julia code if some code

0 commit comments

Comments
 (0)