Kyle Conroy
Kyle Conroy
**Describe the bug** https://github.com/glue-viz/glue/blob/578369fa09046471c32fd9c0132961474f678248/glue/core/application_base.py#L85-L91 raises ``` UnboundLocalError: local variable 'result' referenced before assignment ``` if `data` is passed but is not `BaseData` or `Subset`. **Expected behavior** Either a type error...
`analysis.correlation.template_logwl_resample` (which is called internally by `template_correlate`) defaults to `delta_log_wavelength=None` which in turn adopts the _smallest_ delta wavelength from the input array. If this smallest delta wavelength is particularly small,...
The docstring on `Spectrum1D.new_flux_unit` say "This is an in-place change to the object." but the code returns a modified deepcopy of the original object. The corresponding methods for the spectral...
`Spectrum1D.with_spectral_unit` seems create a copy of the `Spectrum1D` object with meta-data storing the original unit and with a newly created WCS from the original `spectral_axis` (so would overwrite any original...
The mass parameter (generally constrained, but can be flipped to be an input parameter) does not have a defined lower-limit, which allows negative values to be set, causing other constraints...
using differential evolution without providing manual bounds fails. The default bounds under-the-hood are passing quantities and Nones, but need to pass floats. The quantities issue is easy enough to deal...
When sampling for decoupled pblums and then calling `b.sample_distribution_collection('emcee_sol')`, both pblums are showing identical values despite not being identical in the underlying samples array. Adopting as a distribution as an...
### Discussed in https://github.com/phoebe-project/phoebe2/discussions/469 Originally posted by **pan1c22** June 17, 2021 When I am trying to save my distribution plot it is not actually saving anything but it still runs....
See thread in https://github.com/phoebe-project/phoebe2/discussions/462#discussioncomment-847040_ for details When the dataset does not contain sigmas, those are passed on to plotting as nans which is tripping the attempt to automatically determine ylimits....
For contact systems, we define the passband luminosities of the individual "stars" that make up the binary. By default these pblums are coupled and provided for the primary component (but...