Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The same experiment runs twice #552

Open
denkv opened this issue Jul 31, 2023 · 0 comments
Open

The same experiment runs twice #552

denkv opened this issue Jul 31, 2023 · 0 comments

Comments

@denkv
Copy link
Collaborator

denkv commented Jul 31, 2023

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant