Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Refactoring der Zeitreihenanalyse #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chrisgahlert
Copy link
Member

Ist noch in Arbeit. Die Result-Parameter sind noch sehr verwirrend. Leider habe ich dabei auch noch einen Fehler eingebaut:

2012-12-08 18:10:48,499 FATAL [Calculation Thread] org.bh.platform.ScenarioController$CalculationListener$1: Calculation of matrix in time series failed!
java.lang.ArrayIndexOutOfBoundsException: 0
    at Jama.Matrix.<init>(Matrix.java:113)
    at org.bh.plugin.timeSeries.TimeSeriesCalculator_v3.kalkuliere_cListe(TimeSeriesCalculator_v3.java:638)
    at org.bh.plugin.timeSeries.TimeSeriesCalculator_v3.calulateNextCashflow(TimeSeriesCalculator_v3.java:439)
    at org.bh.plugin.timeSeries.TimeSeriesCalculator_v3.calculateCashflows(TimeSeriesCalculator_v3.java:283)
    at org.bh.plugin.timeSeries.TimeSeries.calculate(TimeSeries.java:239)
    at org.bh.platform.ScenarioController$CalculationListener$1.showStochasticResult(ScenarioController.java:889)
    at org.bh.platform.ScenarioController$CalculationListener$1.run(ScenarioController.java:825)
    at java.lang.Thread.run(Thread.java:722)

Ueber Hilfe wuerde ich mich freuen!

Refactoren. (Noch nicht fertig gestellt, Unit-Tests noch nicht
angepasst.)
@juliushacker
Copy link
Contributor

Ich würde gerne erst in den Master mergen, sobald das Feature fertig ist und funktioniert. Der Master sollte immer ein lauffähiges Programm bilden.

@chrisgahlert
Copy link
Member Author

Deswegen ist es ja auch WIP (=Work in Progress). Damit ist gemeint, dass man noch nicht mergen sollte, aber so hat man einen Ort, um sich ueber den Code auszutauschen! ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants