DiamondLightSource / httomo

High-throughput tomography pipeline
https://diamondlightsource.github.io/httomo/
BSD 3-Clause "New" or "Revised" License
4 stars 3 forks source link

Move `Colour` class into `yaml_checker.py` #304

Closed yousefmoazzam closed 2 months ago

yousefmoazzam commented 2 months ago

Once #294 is merged, there's no need for the Colour class anywhere in the framework of httomo.

The only place it is used once that's merged will be in the YAML checker: https://github.com/DiamondLightSource/httomo/blob/790cbd8d5dbd14b8b134e4a5d9c7e9c3c5efa381/httomo/yaml_checker.py#L12 so it would make sense to move the Colour class to the single place it's used.

yousefmoazzam commented 2 months ago

Completed in merge of #309