Arnaud TRAVERT

Results 4 issues of Arnaud TRAVERT

In some instances, multiple entries with same name - in particular 'AB' seem to be present. In case of 'AB' only the the first one is valid. The supplementary instances...

### What happened? find_peaks return an error when no peak are found ### What did you expect to happen? In such case, it should return None or empty objetcs ###...

bug

Pour info si ca peut t'aider j'avais commence à écrire ça. Je l'utiliserai pour le nouveau GUI aussi. ```python class BaselineView: """View for Baseline""" def _baseline_view(self): self._multivariate_dropdown = widgets.Dropdown( options=[False,...

enhancement
deprecated code

### What happened? Error when running a show_versions(), see also issue #776 ``` In [1]: scp.show_versions() --------------------------------------------------------------------------- NameError Traceback (most recent call last) Cell In[1], line 1 ----> 1 scp.show_versions()...

bug