Code Monkey home page Code Monkey logo

funz-client's Introduction

.github/workflows/ant.yml codecov

funz-client

Analytics

funz-client's People

Contributors

nchabalier avatar yannrichet avatar yannrichet-irsn avatar

Watchers

 avatar  avatar

funz-client's Issues

Add Rserve from docker

Should have another R.server=... which will start a docker containing most of Funz algorithm requirements, assuming Rserve is available inside this docker.

Funz.conf:

R.server=docker://irsn/r-funz:4.2

Line endings

Input file line endings shouldn’t be modified. Currently they are converted according to the platform running the client.

Issue with "AnythingND" output function expression

The initialisation of this class seems to have issues in Funz:

java.lang.NoSuchMethodException: org.funz.parameter.OutputFunctionExpression$AnythingND.<init>(java.lang.String)
    at java.lang.Class.getConstructor0(Class.java:3082)
    at java.lang.Class.getConstructor(Class.java:1825)
    at org.funz.parameter.OutputFunctionExpression.newInstanceOfType(OutputFunctionExpression.java:978)
    ...
...

NullPointerException avec getState() au lancement d'un calcul

 [java] java.lang.NullPointerException
 [java]     at org.funz.api.Shell_v1.getRunDesignState(Shell_v1.java:447)
 [java]     at org.funz.api.Shell_v1.getState(Shell_v1.java:422)
 [java]     at org.irsn.calc.gui.CalculationViewLatec$3.run(CalculationViewLatec.java:134)
 [java]     at java.base/java.lang.Thread.run(Thread.java:834)

nom dossier

Avoir le nom du dossier qui contient les dossier input et output.

Eval formulas failure

unreported error in Promethee2 GUI. May be due to P2, but anyway, needs a check/test in Funz.
2023-04-11 18_38_53-Window

RunShell_v1.getState() retourne toujours Not started.

La fonction getState() du RunShell_v1 retourne toujours "Not started." alors que le status du calcul est bien "en cours"

public String getState() {
    return !super.getState().equals("Running...") ? super.getState() : this.getRunState().trim();
}

Voici l'état des variables en mode debug:

super.getState() = Not started.
this.getRunState() = "Running:    0/1               

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.