@@ -13,6 +13,8 @@ We also recognise that having to replace the Jar file everytime we update it is
Fixing a bug caused by the update in the Jar file. calculateDoubletPerformance in the Java source code returns Null if one of the optimizers failed.
Pythermogis was still expecting a DoubletOutput class with all values set to -9999 in case of optimizer failure.
Additionally:
- two functions have been added to print out the environment variables THERMOGIS_JAR and JAVA_HOME. This enables users to debug if their are issues with their installation
Another bug was fixed, this occured when sampling for transmissivity with high or low p-values which caused an indexing error.
Additional Functionality:
- two functions have been added to print out the environment variables THERMOGIS_JAR and JAVA_HOME. This enables users to debug if their are issues with their installation.