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

Crash AnnA.py(1517)_compute_opti_rev_order() ro = -1 * (df.loc[due, "interval"].values + #20

Closed
aleksejrs opened this issue Jan 17, 2023 · 1 comment

Comments

@aleksejrs
Copy link
Contributor

Computing relative overdueness...
NOTIF: This should probably not happen.
> /AnnA_Anki_neuronal_Appendix/AnnA.py(1517)_compute_opti_rev_order()
-> ro = -1 * (df.loc[due, "interval"].values +
(Pdb) bt
  /AnnA_Anki_neuronal_Appendix/autorun.py(19)<module>()
-> AnnA(deckname="/::s",
  /AnnA_Anki_neuronal_Appendix/AnnA.py(525)__init__()
-> self._compute_opti_rev_order()
> /AnnA_Anki_neuronal_Appendix/AnnA.py(1517)_compute_opti_rev_order()
-> ro = -1 * (df.loc[due, "interval"].values +
(Pdb)
@thiswillbeyourgithub
Copy link
Owner

Unfortunately this error code is part of the master branch and the current dev branch has changed too much for me to take the time to get into this.

My guess is that this is a specific issue that occured because of a specific arrangement of your review intervals and will probably not happen tomorow. I do remember encountering this once and this prompted me to change this part of the code.

Sorry for this, I still think the dev branch is stable enough for use! I'm considering merging them soon anyway.

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

2 participants