Commit da2020ab authored by Manuel Luis Alcazar Laynez's avatar Manuel Luis Alcazar Laynez
Browse files

Solved pandas FutureWarning error

parent 38a195aa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -271,8 +271,8 @@ def expand_df(selectedFiles):
        if 'filename' in groups.columns:
            importData['fullpath'] = ''
        if 'ra' in groups.columns and 'dec' in groups.columns:
            importData['ra'] = 0
            importData['dec'] = 0
            importData['ra'] = 0.0
            importData['dec'] = 0.0

        # I know there is a best way to implement it, maybe in next release
        try: