rzellem / EXOTIC

EXOplanet Transit Interpretation Code
Other
84 stars 45 forks source link

Bug removing variable stars #1229

Closed pearsonkyle closed 9 months ago

pearsonkyle commented 12 months ago

on line 2018, do we need to duplicate list before iterating over it?

fix:?

for compn, comp in enumerate(list(exotic_infoDict['comp_stars'])):
    # Your code here
tamimfatahi commented 9 months ago

Completed in PR #1237