Erdogan

Results 237 comments of Erdogan

I have the feeling it has to do with the names. Maybe underscores or other special characters are replaced somewhere to prevent errors in the final results which leads to...

I resolved the issue after several iterations. The error in the interactive plot was due to a mismatch in how node names were cleaned: they were sanitized in d3blocks but...

True. I now removed it from the setup/requirements and added it now as a check when using the interactive plot functionality. Update to the latest version with `pip install -U...

Thank you for the notification! You are right, something has been changed in numpy which causes this error. I fixed it! Update to the latest version with: `pip install -U...

Regarding hashes look blocky and simplistic; you can easily change the hash size and create the plots to get more feeling and intuition how "blocky" your use case needs. ```...

Great to hear! I added an example to the [docs](https://erdogant.github.io/undouble/pages/html/input_output.html#extract-groups) regarding your question. This was your question, right?

Which version of clustimage are you using? If it is not 1.5.17, ty to force update to the latest one. ``` import clustimage clustimage.__version__ ``` Force update clustimage `pip install...

Nice fix with the trusted host! That are a lot of files though. And an interesting error. `Error: AttributeError: 'bool' object has no attribute 'sum'` Do you have an idea...

Thanks for the additional information. I would for sure make a small function that first checks all paths and images. That is an easy and fast check. I am thinking...

For a checkup, you may want to resize the images to a very small frame (25x25) or so. I guess that would result in a very fast run. If that...