Loading src/galassify/utils.py +2 −2 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
src/galassify/utils.py +2 −2 Original line number Diff line number Diff line Loading @@ -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: Loading