Merge branch 'main' into developer
All checks were successful
Build the package using cmake then documentation / build (ubuntu-latest, 3.12) (push) Successful in 1m33s

This commit is contained in:
Erik Fröjdh 2025-03-19 19:29:15 +01:00 committed by GitHub
commit b529b6d33b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,7 @@ package:
source:
path: ..

View File

@ -7,6 +7,7 @@ name = "aare"
version = "2025.3.18"
[tool.scikit-build]
cmake.verbose = true

View File

@ -12,6 +12,7 @@ import math
import time
def gaussian_2d(mx, my, sigma = 1, res=100, grid_size = 2):
"""
Generate a 2D gaussian as position mx, my, with sigma=sigma.
@ -54,6 +55,7 @@ p = Interpolator(eta, etabinsx[0:-1], etabinsy[0:-1], ebins[0:-1])
#Generate the hit