search for: kapsi

Displaying 10 results from an estimated 10 matches for "kapsi".

Did you mean: apsi
2017 Nov 06
4
For each entry type in column?
...; > > Bert Gunter > > "The trouble with having an open mind is that people keep coming along and sticking things into it." > -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) > > On Mon, Nov 6, 2017 at 9:40 AM, mviljamaa <mviljamaa at kapsi.fi <mailto:mviljamaa at kapsi.fi>> wrote: > How can I do a for loop that does to a data.frame column what: > > for x in xs: > > does in Python? > > Obviously the data.frame column in question holds "levels". What if the data.frame is in matrix form? >...
2017 Nov 06
4
For each entry type in column?
How can I do a for loop that does to a data.frame column what: for x in xs: does in Python? Obviously the data.frame column in question holds "levels". What if the data.frame is in matrix form? BR, Matti
2017 Nov 06
0
For each entry type in column?
...most likely relevant. Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Mon, Nov 6, 2017 at 9:40 AM, mviljamaa <mviljamaa at kapsi.fi> wrote: > How can I do a for loop that does to a data.frame column what: > > for x in xs: > > does in Python? > > Obviously the data.frame column in question holds "levels". What if the > data.frame is in matrix form? > > BR, Matti > > __________...
2017 Nov 06
0
For each entry type in column?
...Gunter >> >> "The trouble with having an open mind is that people keep coming along and sticking things into it." >> -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) >> >> On Mon, Nov 6, 2017 at 9:40 AM, mviljamaa <mviljamaa at kapsi.fi <mailto:mviljamaa at kapsi.fi>> wrote: >> How can I do a for loop that does to a data.frame column what: >> >> for x in xs: >> >> does in Python? >> >> Obviously the data.frame column in question holds "levels". What if the data.frame...
2017 Nov 06
2
For each entry type in column?
...>>> "The trouble with having an open mind is that people keep coming along and sticking things into it." >>> -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) >>> >>> On Mon, Nov 6, 2017 at 9:40 AM, mviljamaa <mviljamaa at kapsi.fi <mailto:mviljamaa at kapsi.fi>> wrote: >>> How can I do a for loop that does to a data.frame column what: >>> >>> for x in xs: >>> >>> does in Python? >>> >>> Obviously the data.frame column in question holds "levels...
2017 Nov 06
0
For each entry type in column?
...The trouble with having an open mind is that people keep coming along > and sticking things into it." > >>> -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) > >>> > >>> On Mon, Nov 6, 2017 at 9:40 AM, mviljamaa <mviljamaa at kapsi.fi <mailto: > mviljamaa at kapsi.fi>> wrote: > >>> How can I do a for loop that does to a data.frame column what: > >>> > >>> for x in xs: > >>> > >>> does in Python? > >>> > >>> Obviously the data.frame...
2017 Nov 04
1
Antw: Re: OPUS vs MP3
On 2017-11-01, Jean-Marc Valin wrote: > I'm not sure, but my best guess would be "because MP3's window is very > leaky and MP3 has to waste a lot of bits in the LF because of that". > It could also be just the MP3 encoder being silly, or other things. Was the original poster speaking about the SILK or the CELT derived mode? Because at least wrt SILK (and the rest of
2017 Nov 21
2
GP10B regression
Thanks to Thierry for finding this - applying index e14643615698..00eeaaffeae5 100644 --- a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c +++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c @@ -2369,7 +2369,7 @@ nv13b_chipset = { .imem = gk20a_instmem_new, .ltc = gp100_ltc_new, .mc = gp10b_mc_new, - .mmu = gf100_mmu_new, + .mmu = gp10b_mmu_new,
2017 Nov 11
0
GP10B regression
Bisection status report: The latest commit I have gotten to work is 10842ba074e9 drm/nouveau: remove unused nouveau_fence_work() i.e. the first bad commit is d7722134b825 drm/nouveau: switch over to new memory and vmm interfaces Even with the first one some patches/hacks are needed: - in mmu/gp10b.c, in the constructor we need to select the GM200 path - the GP100 path seems to not to work
2017 Nov 10
2
GP10B regression
Hello everyone, it seems that GP10B support has regressed recently. With linux-next, I need to modify device/base.c to set .mmu = gp10b_mmu_new for GP10B (makes sense - I guess this was left as gf100_mmu_new as a typo) to probe. After that, running a trivial testcase (running a NOP method in 3D class) fails with [ 110.084649] nouveau 17000000.gpu: fifo: read fault at 0000011000 engine 06