mweastwood / CasaCore.jl

A Julia wrapper of CasaCore.

Home Page:http://mweastwood.info/CasaCore.jl/stable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using ~ in table name deletes it

tammojan opened this issue · comments

So I'm not familiar with Julia, but this is probably not intended behavior:

using CasaCore.Tables
t=Table("~/tim.MS/")

The table gets overwritten by an empty table.

Yes this is definitely unintended. I'll look into it.