ConsBiol-unibern / SDMtune

Performs Variables selection and model tuning for Species Distribution Models (SDMs). It provides also several utilities to display results.
https://consbiol-unibern.github.io/SDMtune/
Other
25 stars 8 forks source link

Disable real-time graph??? #16

Closed Hallo951 closed 2 years ago

Hallo951 commented 2 years ago

Hello, is there any way to turn off the realtime graph globally or partially? I want to run different functions from their package in a parallel foreach loop. This works very well, however for each individual instance of the parallel foreach loop it opens a separate window in the browser (firefox) in which it displays and updates the corresponding realtime graph. I would like to stop this behavior. Is there a simple way?

Thanks. best regards Frank

sgvignali commented 2 years ago

Hi Frank, at the moment is not possible to deactivate the real-time charts. I can implement it but I cannot say when, at the moment I'm very busy.

sgvignali commented 2 years ago

Hi @Hallo951, this has been now implemented. All functions with a real-time interactive chart gained the new argument interactive to disable the chart.