Revision 6ab0c034fa4bb7df30f11ba1fa92a3f47f987bb3 authored by Michael Osthege on 12 January 2023, 19:00:29 UTC, committed by Thomas Wiecki on 14 January 2023, 01:27:44 UTC
The `add_values`/`remove_values` methods accessed attributes
that are not present on `BaseTrace` but only on `NDarray`,
therefore violating the signature.
1 parent 6c4d4eb
Raw File
.readthedocs.yml
version: 2

sphinx:
    configuration: docs/source/conf.py

python:
   install:
   - method: pip
     path: .

conda:
  environment: "conda-envs/environment-dev.yml"

build:
  os: "ubuntu-20.04"
  tools:
    python: "mambaforge-4.10"
back to top