Christopher W Lee-Messer

Results 20 comments of Christopher W Lee-Messer
trafficstars

My two cents: In [my library, edflib](https://github.com/cleemesser/python-edf), I did the calculation to give the conventional use of sample frequency ``` def samplefrequency(self, channel): return (self.hdr.signalparam[channel].smp_in_datarecord / self.hdr.datarecord_duration) * EDFLIB_TIME_DIMENSION ```

I had a similar error which was fixed when I realized that the code assumed that the VideoReaderState vr_state.sws_scaler_ctx was initialized to NULL. Since it is a local variable on...

Unfortunately, I have not succeeded in running these tests. It is tough to get the test harness working on windows (anaconda distribution). mr.bob does not install due to some character...

ob-ipython--table-or-string (results) calls (org-babel-python-table-or-string results) which is what changes things to lisp. just having it return the results string restores the expected behavior

I am not sure how this mux is set up. I have the 2017 (i7-7700HQ) model and the BIOS only gives the option to enable/disable GPU acceleration from what I...

I usually run relatively short things on my laptop -- I just want to be able to test things as they will run on servers, and the cuda performanc seems...

bumblebee was still working for me as well last time I tried. Note, I updated to ubuntu 18.04 but continued to use my old kernel with bumblebee built already. I...

thanks for the pointer! I was having that problem too. It may have also gotten better after I updated the keyboard firmware but this should make it adjustable and is...

I am not sure how helpful I can be as I do not remember problems with the installation: - this may be because I was following this blog entry by...

I have added my /etc/default/grub config to the repo for reference