Skip to content

Commit

Permalink
remove size limit full download
Browse files Browse the repository at this point in the history
  • Loading branch information
BeritJanssen committed Oct 18, 2023
1 parent 0da8cf1 commit 3e6bb16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/download/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def term_frequency_full_data_tasks(parameters_per_series, visualization_type):
)

def ngram_full_data_tasks(ngram_parameters, dummy):
ngram_parameters['max_size_per_interval'] = None
return ngram_data_tasks(ngram_parameters)

def extract_term_frequency_download_metadata(parameters_per_series):
Expand Down

0 comments on commit 3e6bb16

Please sign in to comment.