Peter Hessey

Results 39 issues of Peter Hessey

Even after the `wait_for_completion` fix, the `cpath` smoke tests still fail when not restricted using the `--strictly_aml_v1` flag. It appears the v2 SDK is checking for README files that it...

aml v2

Currently it is not possible to access the outputs of a v2 job submitted using hi-ml. This would be very useful both for run recovery and for validating outputs when...

aml v2

Currently there is a lack of tests for jobs submitted using the v2 SDK. New V2 HelloWorld unit/integration/smoke tests should be created that: * Work with multiple input and output...

aml v2

It may be worth reviewing the names of the smoke tests as currently they are a little inconsistent across the various files (GitHub workflows, makefiles etc.). A consistent and clear...

good first issue

Documentation is a little spread out - could do with being hosted on Readthedocs to unify things a little more.

documentation

The following improvements should be added to the inference documentation: - Add instructions on how to run pytest tests - Clarify where logs can be found in a deployed App...

documentation

After following the set up steps and attempting to run the tests, all of them pass except the `GenerateAndTestDeAnonymisedStructureSetFile` test, failing with the following output: ```text Message: Assert.IsFalse failed. Stack...

bug

During the end-to-end tests, if the inference service fails to complete the model run then, even if the Inference service receives HTTP error codes, the Gateway continues with the tests,...

good first issue