Open jaycedowell opened 1 year ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 68.19%. Comparing base (
898e4a8
) to head (98ccc58
). Report is 13 commits behind head on master.:exclamation: Current head 98ccc58 differs from pull request most recent head f9ae42b. Consider uploading reports for the commit f9ae42b to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
These test failures might be related to #220.
It looks like these failures (and some of those part of the testing for https://github.com/ledatelescope/bifrost/pull/166) are related to missing file(s) needed by the extended testbench
tests. Maybe we should drop those tests?
I did one more check through code to see if I could find any lingering calls to bifrost.memory.memcpy*
or bifrost.memory.memset*
. Looks clean. I think this one is ready to go.
~This PR updates the "memset" and "memcpy" functions in
bifrost.memory
to work withndarray
s that live in non-system accessible spaces.~This PR removes the deprecated
memcpy
andmemset
functions frombifrost.memory
.