We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caff242 commit 0e01121Copy full SHA for 0e01121
1 file changed
mccd/auxiliary_fun.py
@@ -1779,7 +1779,7 @@ def fit_models(self):
1779
starcat = fits.open(input_path)[self.fits_table_pos]
1780
except IndexError:
1781
# Probably the `self.fits_table_pos` of the input catalogue
1782
- # differs from the `self.fits_table_pos` of the
+ # differs from the `self.fits_table_pos` of the
1783
# preprocessed data.
1784
starcat = fits.open(input_path)[1]
1785
else:
0 commit comments