Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
mholtrop opened this issue Sep 18, 2024 · 0 comments · Fixed by #1049
Closed

Comments

@mholtrop
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant