microsoft/forecasting

[BUG] System does not allow for create of file named "aux"

dciborow opened this issue · 3 comments

Description

I have no idea why...
image

How do we replicate the bug?

Expected behavior (i.e. solution)

Other Comments

Is this on Windows? AUX, CON, LPT and PRN are reserved filenames.

I changed the data download functions to use auxi rather than aux for auxiliary data. Still need to fix examples using the old nomenclature, before closing this Issue.

Addressed in PR #118 .