We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to prevent processors from overlapping when I run the code. I want the code to detect if there is already a processor in the location.
processor_list = ['GetHTTP','EvaluateJsonPath','AttributesToJSON','PutMongo'] for key,proc in enumerate(processor_list): location_y = 300*i location_x = 500*(key+1) location = (location_x,location_y)
Trying to automate a process flow which is still in development phase, so not that urgent
The text was updated successfully, but these errors were encountered:
Quite a while back I made a function for this, but forgot to bring it into the main project - actually I'm glad you reminded me.
nipyapi/nipyapi/agents.py
Line 170 in e3f74d1
Sorry, something went wrong.
Fixes #248
9c9887a
Adds canvas.suggest_object_position to provide the next available slot for a new canvas object
@omkaringale do you have time to look at the implementation I have suggested here to see if it helps your usecase?
No branches or pull requests
Description
Trying to prevent processors from overlapping when I run the code. I want the code to detect if there is already a processor in the location.
What I Did
Urgency
Trying to automate a process flow which is still in development phase, so not that urgent
The text was updated successfully, but these errors were encountered: