#877 closed defect (done)
Predefined GP engines for time series prognosis are defect because of the removal of local variables of function library injectors in #748
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.0 |
Component: | ZZZ OBSOLETE: GP.StructureIdentification.TimeSeries | Version: | 3.2 |
Keywords: | Cc: |
Description
Access to deleted local variable DifferentialsAllowed throws an exception. The local variables were removed with #748.
Change History (8)
comment:1 Changed 15 years ago by gkronber
- Status changed from new to assigned
comment:2 Changed 15 years ago by gkronber
comment:3 Changed 15 years ago by gkronber
Fixed build errors in tests for network function library with r2822.
comment:4 Changed 15 years ago by gkronber
comment:5 Changed 15 years ago by gkronber
FunctionLibraryInjectorAttribute is obsolete now and should be removed. See #878
comment:6 Changed 15 years ago by gkronber
- Resolution set to fixed
- Status changed from assigned to closed
comment:7 Changed 14 years ago by swagner
- Milestone changed from Iteration 4 to Current
Milestone Iteration 4 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
Removed access to local variable DIFFERENTIALS_ALLOWED in time series prognosis engines with r2821.