Scott Wales

Results 10 issues of Scott Wales

**Describe the bug** According to its documentation `cylc scan --ping` should remove contact files for suites it's not able to connect to. ``` --ping Test the connection to the flow....

question

**Describe the bug** We are testing a new environment for our Cylc servers, where the Cylc servers run on a small cluster `OOD` separate to the main HPC. A user...

bug

I have a nested data structure, where the same structure is repeated for different experiment runs ``` run1 - aa - x.nc - y.nc - bb - z.nc run2 -...

## 🐛 Bug Report Iris is incorrectly validating netcdf variable names, rejecting opening valid files ## How To Reproduce Steps to reproduce the behaviour: ```python import netCDF4 as nc import...

Type: Bug
Good First Issue

FCM is ignoring lines that have an apostrophy in an inline comment ``` $foo = -a # Can't use contractions! build.prop{fc.flags} = $foo ``` I expect that FCM will use...

bug

Teach the uiserver about two environment variables: `$CYLC_CONF_PATH` (default `~/.cylc`) sets a path to read the uiserver configuration from, and also allows `USER_CONF_ROOT` in the server configuration to be updated...

Add a configuration item `c.CylcUIServer.force_remote_logs` defaulting to `True` (matching existing behaviour) When `True`, `cat-log` will use the `--force-remote` option to always fetch from the remote Cylc server When `False` logs...

### Problem The `USER_CONF_ROOT` path is used in a variety of places for storing logs, secrets and the Jupyter database. While most uses are configurable in `jupyter_config.py`, the output path...

Use the full path to the Cylc script when submitting jobs Fixes #6301 **Check List** - [x] I have read `CONTRIBUTING.md` and added my name as a Code Contributor. -...

An `enable` command appears to be necessary to have the UI server installed alongside Jupyter lab, add this to the instructions. **Check List** - [ ] I have read `CONTRIBUTING.md`...