noraeisner / LATTE

Lightcurve Analysis Tool for Transiting Exoplanet
GNU Lesser General Public License v3.0
39 stars 10 forks source link

LATTE-dev branch cannot be created on Windows #17

Closed orionlee closed 3 years ago

orionlee commented 4 years ago

LATTE-dev branch cannot be created on Windows. The file ||seq||_s1d.fits contains characters (|) not allowed on windows filename/path.

$git checkout -b LATTE0dev upstream/LATTE-dev
error: invalid path '||seq||_s1d.fits'

For now, I use a temporary workaround suggested in this thread, which deleted the fits file on my local version version.

orionlee commented 3 years ago

The offending file is no longer in the current master branch, which seems to have superseded LATTE-dev as the latest code.