Edgewall Software
Modify

Opened 13 years ago

Closed 13 years ago

#10026 closed defect (invalid)

org.opensha.commons.calc.nnls.NNLSWrapper not working

Reported by: anirban6@… Owned by:
Priority: normal Milestone:
Component: general Version:
Severity: major Keywords: NNLSWrapper
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

It looks like it requires org.netlib.util. Here is the stackTrace()

"Exception in thread "main" java.lang.NoClassDefFoundError: org/netlib/util/intW

at org.opensha.commons.calc.nnls.NNLSWrapper.initialize(NNLSWrapper.java:119) at org.opensha.commons.calc.nnls.NNLSWrapper.<init>(NNLSWrapper.java:70) at NnlsTest.main(NnlsTest.java:47)"

It is thrown during initialization: NNLSWrapper Nnls = new NNLSWrapper(A, nrows, ncols); A, nrows and ncols are initialized before this statement.

Attachments (0)

Change History (1)

comment:1 by Remy Blank, 13 years ago

Resolution: invalid
Status: newclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.