Tim Pillinger

Results 108 issues of Tim Pillinger

Ensure that rich comparisons added to this class produce the same results by creating a unit-test in a python2 branch, then copying these to a python3 branch.

In https://github.com/metomi/isodatetime/pull/165/files we changed the name of two functions used by Rose, but only one test seems to fail as a result of the changes: - `set_time_zone_to_local` becoming `to_local_time_zone` -...

Move the tests in this file to being self contained test using Pytest

`metomi.rose.suite_engine_prox.get_suite_jobs_auths` returns a host for each platform stored in the database for a given cycle point. We should consider replacing this with one host for each install target.

investigation

Post the replacement of Rose editor we should replace photos in tutorial which show the old editor. Marked "BLOCKED" Pending the replacement of Rose Edit.

doc
BLOCKED

During the conversion from python2 to 3 @wxtim has used: ```diff -cmp(a, b) +(a>b) - (a

Convert CLI optparse to argparse PR #2312 Created as a separate pull request to avoid polluting the already large PR for Rose Py 3

Closes #565 Previously it was assumed to be in `CYLC_SITE_CONF_PATH/uiserver`. Ensure that user is warned if file at `CYLC_SITE_CONF_PATH` is * Unreadable * Non-existent **Check List** - [x] I have...

small

Closes #6172 **Check List** - [x] I have read `CONTRIBUTING.md` and added my name as a Code Contributor. - [x] Contains logically grouped changes (else tidy your branch by rebase)....

bug

Closes https://github.com/cylc/cylc-flow/issues/5641 (also fixes #5975, and fixes #5820 ) [Skip Mode Proposal Doc](https://github.com/cylc/cylc-admin/blob/master/docs/proposal-skip-mode.md#proposal-skip-run-mode-for-tasks) This branch includes (marked against skip mode proposal): 1. A new task run mode called "skip" to...

config change