We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a544cab commit 4fb8f30Copy full SHA for 4fb8f30
1 file changed
scripts/1-fetch/arxiv_fetch.py
@@ -539,7 +539,7 @@ def query_arxiv(args):
539
# Convert category codes to user-friendly names
540
try:
541
input_file = FILE_ARXIV_CATEGORY
542
- output_file = shared.path_join(PATHS["data"], "arxiv_2_count_by_category_converted.csv")
+ output_file = shared.path_join(PATHS["data_1-fetch"], "arxiv_2_count_by_category_report.csv")
543
arxiv_category_converter.convert_categories_to_friendly_names(
544
input_file, output_file, PATHS["data"]
545
)
0 commit comments