-
More of a recommendation than a requirement, but:
A convenient way to always have test coverage measurements is using https://about.codecov.io/ or similar services. They provide hooks to run covera…
-
More stuff that is not usually shared:
`xraybinaryorbit/__pycache__`
`dist`
-
### Summary
The documentation to `ListedColormap` states that the input should be a list or array
https://github.com/matplotlib/matplotlib/blob/b01462c9ac7b0d3875892d6f40c9213c56f0864f/lib/matplot…
-
We should test 3.13 compatibility on the release candidate rc3, and prepare for the release on 3.13 on Oct 7.
I foresee no compatibility issues as long as the dependencies keep up with 3.13.
The…
-
### Summary
Currently, the approach is calling `_AxesBase.update_datalim` in the plot factory functions with an array of points (often with an already reduced list `[(xmin, ymin), (xmax, ymax)]` but …
-
Tests currently fail on windows (`windows-latest`)
* all python versions: `libuv` issues, wee https://github.com/jdb78/pytorch-forecasting/pull/1622. We should check (a) whether this is CI specific…
-
### Summary
`Axes.clear()` / `Axes.cla()` are only documented as "Clear the Axes". What exactly "clear" means is neither documented nor well defined. We reset some stuff and keep other.
This lea…
-
## Description
il serait plus logique d'inverser la légende des MNT avec la valeur négative en bas.
cette légende est fourni par une requête getlegendgraphic sur geoserver.
D'après la doc, il ne …
-
### Summary
`TimedAnimation` resets the event timer at the end of its `_step()` method:
https://github.com/matplotlib/matplotlib/blob/f7b3def52b39a070064e0e713042cd948c985643/lib/matplotlib/anima…
-
## Current Behavior
Currently fetching some string PVs returns non-string data
## Expected Behavior
If we request a string we should get a string
## Context / environment
Playing around with …