-
Notifications
You must be signed in to change notification settings - Fork 74
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
Added simulation properties isDraft and status to search index #5237
Conversation
… and SingleNeuronSimulation search index
@@ -242,6 +242,8 @@ CONSTRUCT { | |||
?alias :singleNeuronSimulation ?singleNeuronSimulation . | |||
?singleNeuronSimulation :injectionLocation ?injectionLocation . | |||
?singleNeuronSimulation :recordingLocation ?recordingLocation . | |||
?singleNeuronSimulation :isDraft ?isDraft . | |||
?singleNeuronSimulation :status ?status . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
status
is already used by simulation campaigns, are we sure they are not clashing each other ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are they indexed together? how is the batch constructed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there a way to test this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They can as the batch takes the state log in its chronological order
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
then isn't it the same for Simulation
VS SimulationCampaign
, they both use status
Properties to be queried for SynaptomeSimulation and SingleNeuronSimulation types.