-
@asolsonaberga on line ~173 in mkLTSAsessions, this code that catches the case where K has multiple items doesn't seem to work right:
if length(K) > 1
K = find(sTime(k) = eb(k));
end
sT…
-
Hi MBARC!
I modified a multiDirLTSA Triton version/code that worked to batch create LTSAs for HARP data into a Remora that could be used with the latest version of Triton and should work for wav fi…
-
### Describe the bug
A user would expect the same result from
- `.fit(X)` and then `.transform(X)`
- `.fit_transformX()`
But this is not the case in the current code for `LocallyLinearEmbedd…
-
Spreadsheet: [STRR URL Renaming](https://bcgov.sharepoint.com/:x:/r/teams/09399/Shared%20Documents/Design%20Discussions/STRR%20URL%20Renaming.xlsx?d=w73d957b5ead346d9891bb80fedef5c6c&csf=1&web=1&e=HIa…
-
Hi all,
I'm opening a new issue concerning my second problem. After managing to create a LTSA from my data (with the Soundscape remora), I tried to compute some metrics on it.
I tried several par…
-
**Describe the task**
Answer all systems wthat would be impacted by replacing Oracle
Moving to Confluence (Page TBD): https://apps.nrs.gov.bc.ca/int/confluence/display/EPDDS/EPDDS+-+Documentation+Hom…
-
File "C:\Users\**********\ltsa.py", line 202, in compute
self.signal = self.signal[: self.ndivs * self.div_len]
TypeError: slice indices must be integers or None or have an __index__ method
…
-
I'm having an issue with loading wav files that were not recorded by either HARP or SoundTrap devices. Is there any user defined format loading possibility?
-
### 📖 User Story
**As** a Team Lead
**I want** the system to issue a registration number when an application has been flagged as "Provisionally Approved"
**So that** the number can be used for identi…
-
I took UMAP as an example, but note that many methods crash or return garbage on small datasets. We could probably limit the number of neighbors to *n*-1, etc?