Skip to content

Commit

Permalink
correct small javadoc error
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Oct 26, 2023
1 parent 7fb8265 commit a9d2fda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public float[] getScale()
* always be divisible by 0.5
* @param offset
* the output offset
* @throws ParseException if the offset is not divisible by 0.5
* @throws ModelSpecsException if the offset is not divisible by 0.5
*/
public void setOffset(float[] offset) throws ModelSpecsException {
for (float ff : offset) {
Expand Down
1 change: 1 addition & 0 deletions src/main/java/io/bioimage/modelrunner/model/Model.java
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ public static Model createBioimageioModelWithExactWeigths(String bmzModelFolder,
* @throws LoadEngineException if there is any error loading the DL framework
* @throws IOException if there is any error finding the engines in the system
* @throws IllegalStateException if any of the installed DL engines have been manipulated incorrectly
* @throws MalformedURLException if the JAR files are not well defined in the .json file
*/
public static Model createDeepLearningModel( String modelFolder, String modelSource, EngineInfo engineInfo,
ClassLoader classLoader ) throws LoadEngineException, MalformedURLException, IllegalStateException, IOException
Expand Down

0 comments on commit a9d2fda

Please sign in to comment.