poke1024 / pyalign

Fast and Versatile Alignments for Python
MIT License
47 stars 6 forks source link

notebook crashes #7

Open bertsky opened 1 year ago

bertsky commented 1 year ago

I have not been able to isolate the cause, but the example notebook keeps crashing for me (with the kernel disconnecting after some steps).

It looks somewhat racy/random, but I managed to make the whole thing run through by commenting the .alignment accessor in 15, 22, 23 and the .solve() call in 29.

Isn't there supposed to be a preview available with all the results/images precomputed which can also be exported?

poke1024 commented 1 year ago

I can reproduce the crash in cell 22. Unfortunately I won't have time to look at this in detail this week. Maybe next week.

poke1024 commented 1 year ago

@bertsky I am no longer able to even start up the GESIS notebook. I switched to Google Colab for testing, and I cannot reproduce any crashes there. Any here is a notebook with all the outputs included:

example.ipynb.zip

Here is the updated Google Colab version:

https://colab.research.google.com/drive/1wE1GcWbCumxpngMWyOKqw4OT83p-LeG7?usp=sharing