Skip to content

Add a toggle for interval matrix indexing (Issue #411) #393

Add a toggle for interval matrix indexing (Issue #411)

Add a toggle for interval matrix indexing (Issue #411) #393

Re-run triggered November 27, 2023 16:59
Status Success
Total duration 1m 6s
Artifacts

node.js.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
build (17.x): src/views/AnalysisView.vue#L150
Replace `⏎············type="radio"⏎············id="indexing-zero"⏎············value=0⏎············v-model="indexing"⏎·········` with `·type="radio"·id="indexing-zero"·value="0"·v-model="indexing"`
build (17.x): src/views/AnalysisView.vue#L158
Delete `········`
build (17.x): src/views/AnalysisView.vue#L160
Replace `⏎············type="radio"⏎············id="indexing-one"⏎············value=1⏎············v-model="indexing"⏎·········` with `·type="radio"·id="indexing-one"·value="1"·v-model="indexing"`