Displaying 6 results from an estimated 6 matches for "long_test".
Did you mean:
long_tests
2007 Aug 07
1
bayesm - question about 'rscaleUsage function'
...he r-scale usage algorithm to work, but I need to obtain the final results from this. As I understand it, this code is designed to generate a matrix after processing and store it somewhere?????
Here is the code.....
I get this part of the code, it all makes sense.
##
if(nchar(Sys.getenv("LONG_TEST")) != 0) {R=1000} else {R=5}
{
data(customerSat)
surveydat = list(k=10,x=as.matrix(customerSat))
Mcmc1 = list(R=R)
set.seed(66)
out=rscaleUsage(Data=surveydat,Mcmc=Mcmc1)
summary(out$mudraw)
}
My question is how do I retrieve the results from this in a matrix format????
I want to extract th...
2018 Jan 17
12
[6.0.0 Release] Release Candidate 1 tagged
Dear testers,
Start your engines; 6.0.0-rc1 was just tagged.
I know there are still open blockers and it's early in the process in
a way, but I'd like to find out where we are. Please run the test
script, let me know the results, and upload binaries.
Thanks,
Hans
2006 Feb 08
0
bayesm, rmnlIndepMetrop
Hi,
I tried to use rmnlIndepMetrop (bayesm package) for my MNL model with 4
choice alternatives, 5 independent variables, 69 observations,
dim(X) [1] 276 5, nu=6. So I run such code:
if(nchar(Sys.getenv("LONG_TEST")) != 0) {R=2000} else {R=10}
set.seed(66)
df=read.table("X_metrop.dat",header=TRUE)
inp=as.matrix(df)
y=as.numeric(inp[,1])
n=length(y)
p=4
nvar=ncol(X)
X=cbind(1,inp[,2:5])
XTXI=chol2inv(chol(crossprod(X)))
bhat=XTXI%*%t(X)%*%y
#create X matrix with dim nobs*p x nvar
in...
2018 Jan 03
0
Regression tests
...:335:
> note: inferred use_clang_verify as: False
> lit.py: /dsk/l1/misc/vusontuan/llvm/projects/libcxx/utils/libcxx/test/config.py:524:
> note: inferred language dialect as: c++11
> lit.py: /dsk/l1/misc/vusontuan/llvm/projects/libcxx/utils/libcxx/test/config.py:426:
> note: inferred long_tests as: True
> lit.py: /dsk/l1/misc/vusontuan/llvm/projects/libcxx/utils/libcxx/test/config.py:156:
> note: *Using compiler: /usr/lib64/ccache/c++*
>
> Is it normal that lit is using gcc to run the regression tests? I guess
> not, but this also means that other (successful) tests case d...
2017 Dec 26
2
Regression tests
Hello,
I have just built LLVM with CMake by following these instructions
https://llvm.org/docs/GettingStarted.html#getting-started-quickly-a-summary
and I am trying to run the regression tests using "make check-all" but
there are some unexpected failures in libcxx and libcxxabi. Here's the test
log:
Expected Passes : 40745
Expected Failures : 258
Unsupported Tests : 1594
2015 Sep 16
5
RFC: LTO should use -disable-llvm-verifier
> On Sep 16, 2015, at 9:45 AM, Teresa Johnson via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> On Wed, Sep 16, 2015 at 7:47 AM, Teresa Johnson <tejohnson at google.com> wrote:
>> On Tue, Sep 15, 2015 at 3:31 PM, Duncan P. N. Exon Smith via llvm-dev
>> <llvm-dev at lists.llvm.org> wrote:
>>>
>>>> On 2015-Sep-02, at 19:31, Peter