search for: testp

Displaying 20 results from an estimated 24 matches for "testp".

Did you mean: test
2005 Apr 29
1
na.action
Hi, I had the following code: testp <- rcorr(t(datcm1),type = "pearson") mat1 <- testp[[1]][,] > 0.6 mat2 <- testp[[3]][,] < 0.05 mat3 <- mat1 + mat2 The resulting mat3 (smaller version) matrix looks like: NA 0 0 0 0 NA 0 NA 0 0 NA 2 0 0 2 NA To get to...
2008 Aug 21
3
[help] simulation of a simple Marcov Stochastic process for population genetics
.../2*N), to plot the probability of the next generations, my script is as follows. It cannot run successfully, declaring that the "ylim should be limited. " I wonder where the bug is. Thanks very much! generation<-function(i,N) { m<-1;gen<-numeric(); for(m in 1:50) { testp<-runif(1,0,1); j<-0; sump<-0; while(sump < testp) { sump<-sump+dbinom(j,2*N,i/(2*N)); j<-j+1; } i<-j; gen[m]<-j/(2*N); m<-m+1; } plot(m, gen[m]); } -- View this message in context: http://www.nabble.com/-help--simulation-of-a-si...
2006 Jul 26
3
memory problems when combining randomForests
Dear all, I am trying to train a randomForest using all my control data (12,000 cases, ~ 20 explanatory variables, 2 classes). Because of memory constraints, I have split my data into 7 subsets and trained a randomForest for each, hoping that using combine() afterwards would solve the memory issue. Unfortunately, combine() still runs out of memory. Is there anything else I can do? (I am not using
2011 Jun 19
1
Accessor functions in lattice graphics
I know about the current.row, current.column, and panel.number functions that are useful within panel functions written for lattice. Are there easy ways to obtain the names of the conditioning variables (those appearing after |) and their values for the current panel? Thanks Frank ----- Frank Harrell Department of Biostatistics, Vanderbilt University -- View this message in context:
2008 Oct 20
1
[LLVMdev] mixed bc file
...into llvm bc file by the task: # llvm-gcc -emit-llvm test.c -c -o test.bc and then compile a fortran program into llvm bc file by the task: # llvm-gfortran -emit-llvm testf.f -c -o testf.bc And then use llvm-ld to combine two bc files into a single bc file as follows: # llvm-ld test.bc testf.bc -o testp.bc # ./testp.bc ERROR: Program used external function '_gfortran_st_write' which could not be resolved! lli[0x85c245f] /lib/libc.so.6(abort+0x101)[0x6988b1] lli(_ZN4llvm3JIT25getPointerToNamedFunctionERKSs+0xd2)[0x8267952] Aborted I have also tried to link gfortran dynamic libraries like...
2007 Aug 26
0
9 commits - libswfdec-gtk/swfdec_source.c libswfdec/swfdec_marshal.list libswfdec/swfdec_player.c libswfdec/swfdec_player.h libswfdec/swfdec_player_internal.h libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_swf_instance.c test/dump.c test/Makefile.am
...external_timeout); - g_print ("adding at time %lu\n", (gulong) SWFDEC_TICKS_TO_MSECS (player->time)); } } diff --git a/test/trace/trace.c b/test/trace/trace.c index 65a4c5b..f42fb0f 100644 --- a/test/trace/trace.c +++ b/test/trace/trace.c @@ -133,7 +133,6 @@ run_test (gpointer testp, gpointer unuse /* FIXME: will not do 10 iterations if there's other stuff loaded */ glong advance = swfdec_player_get_next_event (player); - g_print ("advancing %ld (of %lu left)\n", advance, time_left); g_assert (advance >= 0); if (inter) { int t =...
2017 Apr 21
2
Problem to many connection
...gt; ../source3/smbd/smb2_server.c:3098(smbd_smb2_request_error_ex) > smbd_smb2_request_error_ex: smbd_smb2_request_error_ex: idx[5] > status[STATUS_NO_MORE_FILES] || at > ../source3/smbd/smb2_query_directory.c:154 This is my smb.conf : [root at server samba]# cat /etc/samba/smb.conf.testp # Global parameters [global] server string = Servidor de Archivos IUCBA workgroup = IUBA log file = /var/log/samba/log.%m max log size = 50 load printers = No printcap name = /dev/null map to guest = Bad User security = USER deadtime = 10 idmap config * : bac...
2017 Apr 24
1
Re: ZFS: creating a pool in a created zfs does not work, only when using the whole zfs-pool.
Thank you for your reply. I have managed to create a virtual machine on my ZFS-filesystem using virt-install:-) It seems to me that my version of libvirt (Ubuntu 17.04) has problems enumerating the devices when "virsh vol-list“ is used. The volumes are available for virt-install but not thru virsh or virt-manager. As to when the volumes disappear in virsh vol-list - I have no idea. I’m not
2007 Aug 20
0
15 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame_internal.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_super.c libswfdec/swfdec_as_with.c
...fee94b721e798a0fae4) Author: Benjamin Otte <otte at gnome.org> Date: Mon Aug 20 15:45:16 2007 +0200 gc every time diff --git a/test/trace/trace.c b/test/trace/trace.c index 8e5c0f2..af52ef6 100644 --- a/test/trace/trace.c +++ b/test/trace/trace.c @@ -101,6 +101,7 @@ run_test (gpointer testp, gpointer unuse } string = g_string_new (""); player = swfdec_player_new (); + g_object_set (player, "memory-until-gc", (gulong) 0, NULL); g_signal_connect (player, "trace", G_CALLBACK (trace_cb), string); g_signal_connect (player, "fscommand"...
2017 Apr 21
0
Problem to many connection
...d_smb2_request_error_ex) >> smbd_smb2_request_error_ex: smbd_smb2_request_error_ex: idx[5] >> status[STATUS_NO_MORE_FILES] || at >> ../source3/smbd/smb2_query_directory.c:154 > > > > > This is my smb.conf : > > [root at server samba]# cat /etc/samba/smb.conf.testp > # Global parameters > [global] > server string = Servidor de Archivos IUCBA > workgroup = IUBA > log file = /var/log/samba/log.%m > max log size = 50 > load printers = No > printcap name = /dev/null > map to guest = Bad User > security...
2009 May 19
3
can't run program - Exception EAccessViolation in module
Hello, on my work onli me work under Linux Fedora 10. Most we work with telnet and web-interface but for more comfort some of my collegs write program on delphi. This program good run and work under Windows xp, but doesn't work under my OS with wine 1.1.18. I have some chagrin because do little more work then other do =( That what I have, when run program in command page: Code: [Anton at
2007 Aug 21
0
4 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_as_boolean.c libswfdec/swfdec_as_function.c libswfdec/swfdec_as_number.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_string.c libswfdec/swfdec_color_as.c test/trace
...b16c) Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Tue Aug 21 23:13:53 2007 +0300 Fix a warning in trace.c diff --git a/test/trace/trace.c b/test/trace/trace.c index af52ef6..a4c1868 100644 --- a/test/trace/trace.c +++ b/test/trace/trace.c @@ -90,7 +90,7 @@ run_test (gpointer testp, gpointer unuse GString *string, *output; GError *error = NULL; gboolean quit = FALSE; - SwfdecInteraction *inter; + SwfdecInteraction *inter = NULL; output = g_string_new (""); g_string_append_printf (output, "Testing %s:\n", test->filename);
2007 Oct 25
0
6 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_movie.c test/trace
...amin Otte <otte at gnome.org> Date: Thu Oct 25 21:47:35 2007 +0200 don't crash when we run on a .trace file diff --git a/test/trace/trace.c b/test/trace/trace.c index 92354e6..55276d7 100644 --- a/test/trace/trace.c +++ b/test/trace/trace.c @@ -133,13 +133,15 @@ run_test (gpointer testp, gpointer unused) /* FIXME: will not do 10 iterations if there's other stuff loaded */ glong advance = swfdec_player_get_next_event (player); - g_assert (advance >= 0); if (inter) { int t = swfdec_interaction_get_next_event (inter); g_assert (t >= 0); -...
2007 Sep 03
0
4 commits - libswfdec/swfdec_as_boolean.c libswfdec/swfdec_as_boolean.h libswfdec/swfdec_as_context.c libswfdec/swfdec_as_initialize.as libswfdec/swfdec_as_initialize.h libswfdec/swfdec_as_interpret.c test/trace
...502b478f122b39c27bd040) Author: Benjamin Otte <otte at gnome.org> Date: Mon Sep 3 17:34:36 2007 +0200 fix memleak diff --git a/test/trace/trace.c b/test/trace/trace.c index f42fb0f..bd31799 100644 --- a/test/trace/trace.c +++ b/test/trace/trace.c @@ -175,6 +175,7 @@ run_test (gpointer testp, gpointer unuse g_error_free (error); } else { g_string_append (output, result); + g_free (result); } } g_string_free (string, TRUE);
2017 Apr 21
2
Problem to many connection
I'm desperate. My English is terrible, but I will try to be as clear as possible. I have Samba 4.4.4 in a Centos 7. I have many connections for each ip. The command smbstatus -b returns me infinity of these: Samba version 4.4.4 PID Username Group Machine Protocol Version Encryption Signing
2007 Jul 02
0
Branch 'as' - 24 commits - configure.ac doc/Makefile.am doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_amf.c libswfdec/swfdec_as_array.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c
...cessful, FALSE on error */ + GMutex * mutex; /* NULL or mutex for protecting output */ + GCond * cond; /* NULL or cond to signal after setting output */ }; static Test * @@ -77,8 +79,9 @@ fscommand_cb (SwfdecPlayer *player, cons } static void -run_test (Test *test) +run_test (gpointer testp, gpointer unused) { + Test *test = testp; SwfdecLoader *loader; SwfdecPlayer *player; SwfdecBuffer *buffer; @@ -179,17 +182,27 @@ run_test (Test *test) g_string_append (output, " OK\n"); test->success = TRUE; fail: + if (test->mutex) + g_mutex_lock (test->m...
2007 Aug 02
0
15 commits - configure.ac doc/swfdec-sections.txt libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec_gtk_loader.c libswfdec/Makefile.am libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_file_loader.c libswfdec/swfdec_file_loader.h
...(filename); if (loader->error) { g_print (" ERROR: %s\n", loader->error); g_object_unref (loader); diff --git a/test/trace/trace.c b/test/trace/trace.c index 832fe1b..0f986e5 100644 --- a/test/trace/trace.c +++ b/test/trace/trace.c @@ -94,7 +94,7 @@ run_test (gpointer testp, gpointer unuse output = g_string_new (""); g_string_append_printf (output, "Testing %s:\n", test->filename); - loader = swfdec_loader_new_from_file (test->filename); + loader = swfdec_file_loader_new (test->filename); if (loader->error) { g_string_...
2007 Aug 09
0
Branch 'vivi' - 12 commits - libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h libswfdec/Makefile.am libswfdec/swfdec_as_array.h libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_debugger.c
...ACK (audio_removed), &data); g_signal_connect (player, "advance", G_CALLBACK (render_all_streams), &data); diff --git a/test/trace/trace.c b/test/trace/trace.c index 0f986e5..99d6a5a 100644 --- a/test/trace/trace.c +++ b/test/trace/trace.c @@ -100,7 +100,7 @@ run_test (gpointer testp, gpointer unuse goto fail; } string = g_string_new (""); - player = swfdec_player_new (); + player = swfdec_player_new (NULL); g_signal_connect (player, "trace", G_CALLBACK (trace_cb), string); g_signal_connect (player, "fscommand", G_CALLBACK (fscom...
2007 Jul 18
0
12 commits - configure.ac doc/swfdec-sections.txt libswfdec-gtk/swfdec_playback_alsa.c libswfdec/jpeg libswfdec/Makefile.am libswfdec/swfdec_amf.c libswfdec/swfdec_as_array.c libswfdec/swfdec_as_boolean.h libswfdec/swfdec_as_context.c
...MAND_WAIT; - command.args.time = time; + command.args.time = msecs; g_array_append_val (inter->commands, command); } diff --git a/test/trace/trace.c b/test/trace/trace.c index 864090a..832fe1b 100644 --- a/test/trace/trace.c +++ b/test/trace/trace.c @@ -159,9 +159,9 @@ run_test (gpointer testp, gpointer unuse memcmp (buffer->data, string->str, buffer->length) != 0) { g_string_append (output, " ERROR: unexpected trace output\n"); if (g_file_set_contents ("tmp", string->str, string->len, NULL)) { - char *command[] = { "diff&quo...
2007 Aug 20
0
Branch 'vivi' - 60 commits - libswfdec-gtk/swfdec_gtk_loader.c libswfdec/Makefile.am libswfdec/swfdec_as_array.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame_internal.h libswfdec/swfdec_as_interpret.c
...fee94b721e798a0fae4) Author: Benjamin Otte <otte at gnome.org> Date: Mon Aug 20 15:45:16 2007 +0200 gc every time diff --git a/test/trace/trace.c b/test/trace/trace.c index 8e5c0f2..af52ef6 100644 --- a/test/trace/trace.c +++ b/test/trace/trace.c @@ -101,6 +101,7 @@ run_test (gpointer testp, gpointer unuse } string = g_string_new (""); player = swfdec_player_new (); + g_object_set (player, "memory-until-gc", (gulong) 0, NULL); g_signal_connect (player, "trace", G_CALLBACK (trace_cb), string); g_signal_connect (player, "fscommand"...