openmole
openmole copied to clipboard
Workflow engine for exploration of simulation models using high throughput computing
A `URLSource` would retrieve the contents of some URL and pipe it into a String or File prototype
A small bug was found with ContainerTask if the same folder is mapped twice to different var. (Ok ...it is a strange configuration 🙄 ) ``` val container = ContainerTask(...
https://github.com/openmole/openmole/edit/14-dev/openmole/bin/org.openmole.site/jvm/src/main/scalatex/openmole/documentation/explore/Calibration.scalatex (A few ideas and comments on doc, in the advent of an update. ) - **The objective of calibration is not clearly stated at the beginning of the document.**...
small misspelling
We do not accurately implement the sensitivity index estimators introduced by Saltelli, A., Annoni, P., Azzini, I., Campolongo, F., Ratto, M., & Tarantola, S. (2010). Variance based sensitivity analysis of...
Some papers propose convergence tests for sensitivity analysis methods : for example Sarrazin, F., Pianosi, F., & Wagener, T. (2016). Global Sensitivity Analysis of environmental models: Convergence and validation. Environmental...
It seems that we are facing repeated issues with documentation examples being out of date with the actual code. Several propositions were discussed: - changing coding practices, with developers systematically...
The Plugin Development page refers to a dead repository : git clone git://github.com/openmole/myopenmoleplugin.git Can't find the location of it for now @chapinux
Http proxy was introduced as an option for downloading R packages for examples; in a different context it would be very useful to integrate ssh proxies (`ProxyJump`, or `-J` flag)...
java.lang.UnsupportedOperationException: The BROWSE action is not supported on the current platform!
On my archlinux, i have this error when running the `openmole` script: ``` java.lang.UnsupportedOperationException: The BROWSE action is not supported on the current platform! at java.awt.Desktop.checkActionSupport(Desktop.java:225) at java.awt.Desktop.browse(Desktop.java:381) at org.openmole.ui.Application$$anonfun$start$1.browse$1(Application.scala:187)...