Skip to content

Commit

Permalink
Removed box.type from MCMC samples
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Stolker committed Apr 30, 2020
1 parent dd7566d commit f3070b1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions species/data/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -1217,8 +1217,6 @@ def get_mcmc_spectra(self,
elif spectrum_type == 'calibration':
specbox = readcalib.get_spectrum(model_param)

box.type = 'mcmc'

boxes.append(specbox)

h5_file.close()
Expand Down Expand Up @@ -1712,8 +1710,6 @@ def get_samples(self,
# parameters=None,
# quantity='flux')
#
# model_box.type = 'mcmc'
#
# boxes.append(model_box)
#
# h5_file.close()
Expand Down

0 comments on commit f3070b1

Please sign in to comment.