AllenDowney / ThinkDSP

Think DSP: Digital Signal Processing in Python, by Allen B. Downey.
https://allendowney.github.io/ThinkDSP/
3.93k stars 3.2k forks source link

fb.csv and FB.csv lead to duplicate file error on windows and modified state of fb.csv right after cloning. #73

Closed RonaldAJ closed 3 years ago

RonaldAJ commented 3 years ago

afbeelding

marksweiss commented 3 years ago

I attempted to fix this in this PR but this PR created new renamed files and changed all references to use the new names, but still kept the old name-clashing files in the repo. A second PR here removes the old files, which should actually resolve this issue. cc @AllenDowney

RonaldAJ commented 3 years ago

Problem is solved! Tested on windows10 creating a fresh clone.

marksweiss commented 3 years ago

👍