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
The controller may decide to run an experiment which was already done (and the experiment results written to the store). The store could get several distinct values for the experiment properties. UI does not handle and does not reveal that situation.
Description
The controller may decide to run an experiment which was already done (and the experiment results written to the store). The store could get several distinct values for the experiment properties. UI does not handle and does not reveal that situation.
Reproducability
https://db.project-hobbit.eu/sparql?query=select+distinct+%3Fexperiment+%3FendTime1+%3FendTime2+where+{%3Fexperiment+%3Chttp%3A%2F%2Fw3id.org%2Fhobbit%2Fvocab%23endTime%3E+%3FendTime1%3B+%3Chttp%3A%2F%2Fw3id.org%2Fhobbit%2Fvocab%23endTime%3E+%3FendTime2+FILTER(%3FendTime1!%3D%3FendTime2)}+ORDER+BY+DESC(%3FendTime2)
The text was updated successfully, but these errors were encountered: