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

Feature/full ngram #1289

Merged
merged 19 commits into from
Oct 26, 2023
Merged

Feature/full ngram #1289

merged 19 commits into from
Oct 26, 2023

Conversation

BeritJanssen
Copy link
Contributor

@BeritJanssen BeritJanssen commented Oct 12, 2023

Close #892 . Currently in draft stage.

@BeritJanssen BeritJanssen marked this pull request as draft October 12, 2023 08:20
@BeritJanssen BeritJanssen marked this pull request as ready for review October 18, 2023 15:10
@@ -49,5 +51,5 @@ def complete(self, filename = None):
'''

self.filename = filename
self.completed = datetime.now()
self.completed = timezone.now()
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

datetime.now() generates runtime errors, as it's not timezone aware.

Copy link
Contributor

@lukavdplas lukavdplas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

backend/download/tests/test_download_views.py Outdated Show resolved Hide resolved
@BeritJanssen BeritJanssen merged commit 9d28132 into develop Oct 26, 2023
1 check passed
@BeritJanssen BeritJanssen deleted the feature/full-ngram branch October 26, 2023 10:12
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.

Full data download of ngram graph
2 participants