diff --git a/CHANGES.rst b/CHANGES.rst index eab102af3b5..0368fb9ca02 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -46,6 +46,8 @@ Bug Fixes - The ```HillasIntersection``` method used to fail when individual events were reconstructed to originate from a FoV offset of more than 90 degrees. This is now fixed by returning an INVALID container for a reconstructed offset of larger than 45 degrees. [`#2265 `__] +- Fixed a bug in the calculation of the full numeric pixel likelihood and the corresponding tests. [`#2388 `__] + Maintenance ----------- diff --git a/docs/changes/2388.bug.rst b/docs/changes/2388.bug.rst deleted file mode 100644 index 0d7d716c1aa..00000000000 --- a/docs/changes/2388.bug.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed a bug in the calculation of the full numeric pixel likelihood and the corresponding tests. \ No newline at end of file