Byron Blay

Results 15 issues of Byron Blay

Hi, fparser reports a syntax error if you use string concatenation in a stop statement, despite the code compiling and running fine. It's fine with just a string. Tested with...

bug
in progress
Release

Using the gridliner across the dateline, it fails in one of two ways. Either the labels aren't printed beyond dateline, or the lines don't join up across the dateline. ```python...

Type: Bug
Component: Gridlines

## ✨ Feature Request Could we consider making `_concatenate._CubeSignature` a public symbol? ## Motivation I'm stitching thousands of octants into global fields. I group the cubes by their concatenation signature...

Feature: Merge/Concatenate

## 🐛 Bug Report Merge is mashing two dimensions into one. ## How To Reproduce I didn't manage to reproduce this using contrived cubes, so I can only currently reproduce...

Type: Bug

## 🐛 Bug Report It's not possible to collapse a mesh cube. There's an error as it tries to collapse the mesh coord. ``` return newcube.collapsed(coords, aggregator, **aggkeys) File "/home/h02/bblay/.conda/envs/autoassess_new/lib/python3.10/site-packages/iris/cube.py",...

Type: Bug
Feature: UGRID

Shouldn't really have added hash functions to mutable objects just so we could put them into sets. "Just knowing" they won't be changed is not future proof and it's unpythonic....

Fab generates a hash of mod file dependencies, and notices if a dependency changes, triggering a recompile. However, it currently only does this for mods in the project's source folder....

Todo: Needs definition. What are the things which, when changed, must trigger reprocessing of a file? - Obviously the preprocessed x90 is one. - There can be multiple "kernel root"...

We want git and svn/fcm grabs to allow both a quick, shallow extract and a full checkout with fetch/update. I think there arebe more grab requirements here, including: - grabbing...

Finishing touch: I think we just need to find the type specification for ifort, like the ones we have for gfrotran, to avoid the type mismatch errors. I think this...