acts-project / traccc

Demonstrator tracking chain on accelerators
Mozilla Public License 2.0
29 stars 50 forks source link

ref: Update to detray version 0.75.2 #703

Closed niermann999 closed 2 months ago

niermann999 commented 2 months ago

This integrates a new library detray::test_utils that contains headers that are useful for testing. The bfield creation and detector types have been moved to detray::detectors. Both was previously packaged in detray::utils

stephenswat commented 2 months ago

Do you mean 0.75.0? I don't think 0.75.1 exists (yet).

niermann999 commented 2 months ago

Do you mean 0.75.0? I don't think 0.75.1 exists (yet).

You are right, but that is the version it will need unfortunately :) The corresponding PR in detray is already open https://github.com/acts-project/detray/pull/816

niermann999 commented 2 months ago

The assertions that are triggered in the CI are a false positive and fixed in https://github.com/acts-project/detray/pull/819

asalzburger commented 2 months ago

There is still a build failure?

niermann999 commented 2 months ago

There is still a build failure?

No, it is an assertion that fails, fixed in https://github.com/acts-project/detray/pull/819.