-
Design principle: API should be well documented, thus other people know how to use your software. As we know simple examples are the best documentation, thus doctests are very important. Luckily Julia…
-
Coverage is helpful to understand what part of the codes are not tested yet, and to give a rough measure on stability of the code. We can more or less copy the way it has been done in rascaline. I wil…
-
**Description:**
In the Projects Monitor project, we need to implement a GitGuardian integration to detect any possible secret leaks. This integration should consist of a class that communicates wi…
-
Proof of concept repository: https://github.com/romandecker/next-ts-with-cypress-coverage
Steps to reproduce:
1. `npm install`
2. `npm run dev`
3. In another terminal: `DEBUG=code-coverage npm r…
-
The tests don't currently check if the code is communicating correctly with the
API from commafeed. Add tests that check this communication, create
Junit tests for it and them to the build.xml file
…
-
##### Brief description of problem/feature
Over the years, we've talked about switching to (or more likely adding additional support for) imagery datasets other than Google Street View (GSV). We have…
-
I tested from [`.github/workflow`](https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/master/.github/workflows/run_tests.yaml). Forge only runs on gpu. The values are hardcoded.
```bash
Ru…
-
Add more drive data and test more things. In order to support multiple cases, we'd need to update the logic for downloading from S3 and running tests.
-
### Description
Gå gjennom API delegering K6 testene og det som er migrert til Bruno for å vurdere testdekning på MaskinportenSchema
```[tasklist]
#### MaskinportenSchema
- [ ] GetMaskinportenDe…
-
e.g `Rasters.reproject` v/s `GeometryOps.reproject`, or similar overlaps.
Similarly for ArchGDAL and LibGEOS, etc.
What should we do about these? One option is to define a `JuliaGeo.reproject`…