-
**I'm submitting a...**
- [x] bug report
- [ ] feature request
## Current Behavior
In contrast to simple `conda create list-of-packages`, a `conda create --clone src-env` re-downloads cach…
-
1. I am thinking of removing the Monad instance from Data.Stream. The ListT style instance is confusing to some. We can move the Monad instance to a newtype in another module or create it using the mo…
-
These do not really correspond to fromPure and fromEffect stream functions. Instead these are more like the `nil` and `nilM` streams.
-
I'm using the example of [comparing nilm algorithms](https://github.com/nilmtk/nilmtk/blob/master/docs/manual/user_guide/comparing_nilm_algorithms.ipynb) in order to test the ECO dataset, but I'm deal…
-
**Description**
With v5.37.9-108-gacababb42b tests have started to fail for LONERR/Tail-Stat-0.26.tar.gz. Sample fail report: http://www.cpantesters.org/cpan/report/32af0fee-cd63-11ed-b7dd-9571b6cd…
-
I added some code using cuda myself, but still not using gpu
-
i have recorded data 1s period for the main and 3s period for 3 appliances
I have written my own converter
but when i try to execute " convert_tability('C:/Users/NADINE_PC/tability', 'C:/Users/NADIN…
nadyy updated
2 years ago
-
![image](https://user-images.githubusercontent.com/44897668/180146799-da5f9a61-280c-4e69-b432-451f2be81f44.png)
-
When I try to apply the trained method afhmm to new data I get the following error:
> Traceback (most recent call last):
> File "/home/habring/anaconda3/envs/nilm-contrib/lib/python3.7/multiproc…
-
Consider:
```hs
f :: Bool -> IO ()
f b =
runExceptT (SP.drain stream) >>= \case
Left () -> putStrLn "error handled"
Right () -> pure ()
where
stream = SP.fromAsync …