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

If modules overlap, deleting one can clobber the other #154

Open
FutureAIGuru opened this issue May 11, 2021 · 2 comments
Open

If modules overlap, deleting one can clobber the other #154

FutureAIGuru opened this issue May 11, 2021 · 2 comments

Comments

@FutureAIGuru
Copy link
Owner

Describe the bug
If modules overlap, deleting one can clobber the other

Application: Brain Simulator,

To Reproduce
Steps to reproduce the behavior:

  1. Create network with ImageFile Module
  2. Overlay ColorComponent module over a pixel of the picture area
  3. Delete the ImageFile module
  4. The ColorComponent module crashes because it relies on neuron settings which have been removed
@ghost
Copy link

ghost commented May 24, 2021

Maybe we are having trouble here since the module literally occupy neurons rather than having their own "sub-network". If every module had its own network they would be truly independent.

@FutureAIGuru
Copy link
Owner Author

FutureAIGuru commented May 24, 2021 via email

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

No branches or pull requests

1 participant