diff --git a/Benchmarks/tss/SOLID/README.md b/Benchmarks/tss/SOLID/README.md index cda5e71..81bc461 100644 --- a/Benchmarks/tss/SOLID/README.md +++ b/Benchmarks/tss/SOLID/README.md @@ -29,5 +29,3 @@ Rrs = np.random.random((6, 5)) # example data containing [6 samples, 5 wavelengt wavelengths = [443, 482, 561, 655, 865] tss = SOLID(Rrs, wavelengths, sensor) ``` - -The previous SOLID version is provided at MDN/Benchmarks/tss/SOLID_old.zip. To use that version, simply unzip the folder into the same directory. We recommend using the latest version however, as the prior version is provided primarily for replicability. \ No newline at end of file