MeshBasedSelfConfigurators nullPointer
- Dominant language
- Java
- Stars
- 3
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
There is a null pointer exception computing a complex classifier with the meshbased selfconfigurator. StackTrace:
> > > > Walking along direction 1
> > > > Exception in thread "Thread-55" java.lang.NullPointerException
> > > > at de.uni_leipzig.simba.selfconfig.ComplexClassifier.clone(ComplexClassifier.java:31)
> > > > at de.uni_leipzig.simba.selfconfig.BooleanSelfConfigurator.learnClassifer(BooleanSelfConfigurator.java:230)
Reproduce: run Person11 - Person12 using the obvious property mapping computed by the stringmapper with scores 1.0
the start MeshBasedSelfConfiguration using defaults
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the failure by running Person11–Person12 with the stringmapper’s property mapping at score 1.0, then start MeshBasedSelfConfiguration with defaults. Inspect ComplexClassifier.java:31 and BooleanSelfConfigurator.java:230, where the stack trace identifies the null pointer. Done means the complex classifier computation completes without the exception.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100