You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running pytest -vx ./tests -k TestDeterministicSeed with 0d3fb95, I got a warning like:
/opt/XENONnT/anaconda/envs/XENONnT_2024.01.1/lib/python3.9/site-packages/numba/core/ir_utils.py:2172: NumbaPendingDeprecationWarning:
Encountered the use of a type that is scheduled for deprecation: type 'reflected list' found for argument 'photons' of function 'build_waveform'.
For more information visit https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
File "../../../../home/xudc/fuse/fuse/plugins/pmt_and_daq/pmt_response_and_daq.py", line 388:
@njit(cache=True)
def build_waveform(
^
warnings.warn(NumbaPendingDeprecationWarning(msg, loc=loc))
The text was updated successfully, but these errors were encountered:
When running
pytest -vx ./tests -k TestDeterministicSeed
with 0d3fb95, I got a warning like:The text was updated successfully, but these errors were encountered: