beacon-biosignals / AlignedSpans.jl

Helpers for continuous <-> discrete indexing
MIT License
4 stars 0 forks source link

Doc code examples broken #18

Open ssfrr opened 1 year ago

ssfrr commented 1 year ago

For example, in the Motivation section, we have

julia> samples = Samples(permutedims(0:10), SamplesInfo("feature", ["a"], "microvolt", 0.5, 0.0, UInt16, sample_rate), false)
ERROR: UndefVarError: SamplesInfo not defined

Presumably this is because Onda now has SamplesInfoV1 and SamplesInfoV2.

### Tasks