Tim Pillinger

Results 274 comments of Tim Pillinger

What if we did `bad_hosts = {'hostname': }` and bias the random testing towards more recent bad_hosts? Or even `bad_hosts = {'hostname': [time, time2, time3]}` such that we can test...

I like this as an idea. I'd suggest that it should be "all the 7-2-8 plus extras".

Wind is currently being collected from Synops by default. The Rainfall Radar is the product we don't have an alternative to.

## Possible solution: AWS Open Data https://registry.opendata.aws/met-office-uk-radar-observations/ * Requires AWS CLI: `aws s3 cp --no-sign-request s3://met-office-radar-obs-data/radar/2025/09/08/202509081200_ODIM_ng_radar_rainrate_composite_1km_UK.h5 .`, or presumably Python equivelents? * Requires hdf3 library: `fh = h5py.File(data.hdf5); fh['dataset1']['data1']['data']` It's...

@oliver-sanders - Can you have a look at whether this test is a good starting point? https://github.com/wxtim/cylc/pull/new/6143.check_prereqs_on_forced_spawn

Broken the one test which did test any case

> To resolve, change the default value in the GraphQL schema. I don't think it's that simple - as far as I can see the default value is already `root`:...

> A quick half-fix might be to adjust the schema (cylc-flow) such that it requires at least one entry to be specified for "namespaces". I think the NON_NULL type should...