Skip to content

Cleanup around GNN and DL2 classes

Dan Guest requested to merge dguest/training-dataset-dumper:tool-cleanup into r22

To be merged after atlas/athena!53568 (merged), which cleaned up some upstream code and allowed the changes I'm making here.

  • GNN now has a non-Tool interface, so it is copy / move constructable
  • DL2HighLevel is also copy / move constructable
  • Use the new FLAKE8_ATLAS_ERROR env variable to trigger failure on flake8, rather than the sort of hacky ATLAS_CTEST_PACKAGE
Edited by Dan Guest

Merge request reports