fact-project / fact-tools

The fact-tools are an extension to the streams framework to analyse the data of the First G-APD Cherenkov Telescope.
http://sfb876.tu-dortmund.de/FACT/
GNU General Public License v3.0
6 stars 1 forks source link

Fix bug in the testKey function #356

Closed tarrox closed 6 years ago

tarrox commented 6 years ago

Due to the reason that the item.keySet() is immutable we need to handle the testKeys function slightly different otherwise it will fail, if the keys are not the same (Which will make the process fail anyway but the error message will be wrong).

Also fixed the testKeys call in the FITSWriter now testing the correct dataset.