JeffersonLab / hps-java

HPS reconstruction and analysis framework in Java
2 stars 10 forks source link

Resource files are not properly loaded in ClusterEnergyCorrection2021 or related classes. #1048

Closed mholtrop closed 4 days ago

mholtrop commented 2 weeks ago

Java will get an incorrect InputStream that does not actually read the contents of the file. This error is quite Java version and architecture dependent. Issue is caused by the resource files being soft links rather than a file, which leads to the unpredictable behavior.