You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raki:benchmarkName a hobbit:ConfigurableParameter, hobbit:FeatureParameter;
rdfs:label "Benchmark name"@en;
rdfs:comment "The name of the benchmark, which is represented by an ontology and a set of positive and negative examples"@en;
rdfs:domain hobbit:Benchmark;
rdfs:range raki:Datasets.
parameter is sent to the GUI backend without any datatype
Description
With a parameter defined like
parameter is sent to the GUI backend without any datatype
and that causes a
NullPointerException
in PlatformControllerClient.java#488.Reproducability
Steps to reproduce the behavior:
make build start-dev-platform
Expected behavior
The platform creates experiment normally.
The text was updated successfully, but these errors were encountered: