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

Two small changes #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Two small changes #2

wants to merge 3 commits into from

Conversation

lmendo
Copy link

@lmendo lmendo commented Jul 12, 2019

Modified the regexp so that potential leading spaces are matched

Removed -1 in the for look that fetches counts

This is motivated by the fact that `x =  MATLAnswer.fetch();` gives an error, apparently because there are too many answers and some download limitation kicks in. Not sure if that can be fixed, maybe using some pause to comply with the limitation. So I've written this file, which downloads answers after a specified date and merges them with answers contained in a specified file (which was generated in the specified date), removing duplicated that may exist in the specified date.
This allows specifying an early date and have existing answers update, in addition to including new answers
Modified the regexp so that potential leading spaces are matched

Removed -1 in the for look that fetches counts
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

Successfully merging this pull request may close these issues.

1 participant