Naman Gera

Results 6 issues of Naman Gera

## Report incorrect documentation **Location of incorrect documentation** [correlate2d - Examples](https://docs.rapids.ai/api/cusignal/stable/api/#cusignal.convolution.correlate.correlate2d) **Suggested fix for documentation** An extra line would fix

doc
? - Needs Triage

We currently run a full (non-cmake) bootstrap build for releases and internal deployments, including building all of our upstream packages, which takes a lot of time. Instead of building everything,...

```console (base) namannimmo@srf build % find . -name "*.gcno" ./dials/tests/CMakeFiles/tst_collision_detection.dir/algorithms/spatial_indexing/tst_collision_detection.cc.gcno ./dials/tests/CMakeFiles/tst_reeke_model.dir/algorithms/spot_prediction/tst_reeke_model.cc.gcno ./dials/src/dials/util/CMakeFiles/dials_util_ext.dir/boost_python/ext.cc.gcno ./dials/src/dials/util/CMakeFiles/dials_util_streambuf_test_ext.dir/boost_python/streambuf_test_ext.cpp.gcno ./dials/src/dials/pychef/CMakeFiles/dials_pychef_ext.dir/ext.cc.gcno ./dials/src/dials/algorithms/statistics/CMakeFiles/dials_algorithms_statistics_ext.dir/boost_python/statistics_ext.cc.gcno ./dials/src/dials/algorithms/background/CMakeFiles/dials_algorithms_background_gmodel_ext.dir/gmodel/boost_python/ext.cc.gcno ./dials/src/dials/algorithms/background/CMakeFiles/dials_algorithms_background_modeller_ext.dir/boost_python/modeller_ext.cc.gcno ./dials/src/dials/algorithms/background/CMakeFiles/dials_algorithms_background_simple_ext.dir/simple/boost_python/outlier_rejector.cc.gcno ./dials/src/dials/algorithms/background/CMakeFiles/dials_algorithms_background_simple_ext.dir/simple/boost_python/background_simple_ext.cc.gcno ./dials/src/dials/algorithms/background/CMakeFiles/dials_algorithms_background_simple_ext.dir/simple/boost_python/modeller.cc.gcno ./dials/src/dials/algorithms/background/CMakeFiles/dials_algorithms_background_simple_ext.dir/simple/boost_python/creator.cc.gcno ./dials/src/dials/algorithms/background/CMakeFiles/dials_algorithms_background_glm_ext.dir/glm/boost_python/ext.cc.gcno ./dials/src/dials/algorithms/background/CMakeFiles/dials_algorithms_background_ext.dir/boost_python/background_ext.cc.gcno ./dials/src/dials/algorithms/background/CMakeFiles/dials_algorithms_background_ext.dir/boost_python/helpers.cc.gcno ./dials/src/dials/algorithms/shoebox/CMakeFiles/dials_algorithms_shoebox_ext.dir/boost_python/overload_checker.cc.gcno ./dials/src/dials/algorithms/shoebox/CMakeFiles/dials_algorithms_shoebox_ext.dir/boost_python/find_overlapping.cc.gcno ./dials/src/dials/algorithms/shoebox/CMakeFiles/dials_algorithms_shoebox_ext.dir/boost_python/mask_code.cc.gcno ./dials/src/dials/algorithms/shoebox/CMakeFiles/dials_algorithms_shoebox_ext.dir/boost_python/mask_overlapping.cc.gcno ./dials/src/dials/algorithms/shoebox/CMakeFiles/dials_algorithms_shoebox_ext.dir/boost_python/shoebox_ext.cc.gcno ./dials/src/dials/algorithms/shoebox/CMakeFiles/dials_algorithms_shoebox_ext.dir/boost_python/mask_empirical.cc.gcno...

Merged `pytest.ini` and `setup.cfg` into a more modern `pyproject.toml`

Just wanted to bung it here, so it is useful for better warnings and error messages from LPython https://github.com/friendly-traceback/friendly-traceback

I have this GA [workflow](https://github.com/DiamondLightSource/httomolibgpu/blob/6b85ae8d4f61d6f5e6279c6edaad7c6d2432474d/.github/workflows/tests_run.yml) for my repository. I am trying to push code coverage to Codecov but it fails at the last step with the following error ⬇ I...