numberscope / backscope

Numberscope's back end: responsible for getting sequences and other data from the On-Line Encyclopedia of Integer Sequences, pre-processing it (factoring etc), and storing it.
MIT License
1 stars 9 forks source link

OEIS sequence offset is never being set #77

Closed gwhitney closed 6 months ago

gwhitney commented 1 year ago

In one of the refactorings, the step where the sequence offset is deduced from OEIS data and stored in the database got lost. It needs to be restored for the correctness of the sequence data.

Vectornaut commented 1 year ago

The test TestGetOEISValues in pull request #84 is sensitive to this issue. We should stop skipping that test (by removing the skip decorator) when the issue is fixed.

gwhitney commented 6 months ago

OK, I am crossing my fingers that the logging PR is close enough and building a PR for this on top of that one. Once that one merges, I will rebase mine and file it.