Skip to content

problems with maxent.jar #168

Description

@hzumbado

I am having issues running models with ENMeval 2.0.5 using maxent.jar even on different computers. The following model runs perfectly with ENMeval 2.0.4.

mx <-
ENMevaluate(
occs = occs,
envs = envs,
bg = bg,
tune.args =
list(fc =
c('L', 'Q', 'H', 'LQ', 'LH', 'QH', 'LQH'),
rm = 1:4),
partitions = "block",
algorithm = "maxent.jar",
doClamp = TRUE,
overlap = FALSE,
taxon.name = my_species,
parallel = TRUE)

I am able to run this with ENMeval 2.0.5 algorithm = 'maxnet' but it fails with maxent.jar. Specifically the error shows:

*** Running initial checks for Isthmohyla_pseudopuma ... ***

  • Clamping predictor variable rasters...
  • Model evaluations with spatial block (4-fold) cross validation and lat_lon orientation...

*** Running ENMeval v2.0.5 for Isthmohyla_pseudopuma with maxent.jar v3.4.3 using the predicts package v0.1.19 ***

Error in checkForRemoteErrors(val) : 12 nodes produced errors; first error: method predict with signature (Ljava/lang/String;[Ljava/lang/String;[[I[Ljava/lang/String;)[D not found

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions