fslaborg / Deedle

Easy to use .NET library for data and time series manipulation and for scientific programming
http://fslab.org/Deedle/
BSD 2-Clause "Simplified" License
924 stars 197 forks source link

remove redundant opens in fs #451

Closed alexpantyukhin closed 5 years ago

alexpantyukhin commented 5 years ago

strange.. I build it locally on Windows 10 machine well. Need to ckeck it on other evns.

alexpantyukhin commented 5 years ago

Tried it locally on linux machine. The same problem even om master.

zyzhu commented 5 years ago

I checked the build history. The last pull worked until Travis timeout during documentation test. The paket version was 5.186.3.

Currently FAKE is getting latest paket 5.193.0 which was just released 5 days ago. It might has something to do with the latest paket.

alexpantyukhin commented 5 years ago

Yes, i have the same things. Checked on Windows, it works well.