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

Many errors upon initial build #23

Open
dgcui1225 opened this issue Jul 11, 2018 · 7 comments
Open

Many errors upon initial build #23

dgcui1225 opened this issue Jul 11, 2018 · 7 comments

Comments

@dgcui1225
Copy link

I don't think this is supposed to happen; when I try to build java-timeseries-master after forking and downloading it, I get a ton of build errors before I've actually touched anything.
screen shot 2018-07-11 at 2 16 27 pm

@signaflo
Copy link
Owner

@dgcui1225 , you're right, that definitely shouldn't be happening. I think something like that this has happened to me before and it had to do with either Java/Gradle versioning. If you can give me as much detail as possible about how you're executing the build process, I might be able to help.

@signaflo
Copy link
Owner

@dgcui1225 , I've updated some of the build files and it's working for me (off the master branch). Let me know if you continue to run into issues.

@dgcui1225
Copy link
Author

It works for me, thank you very much!

@MuhYusuf93
Copy link

@dgcui1225 I was try to build my aplication, and i have error same with you. May you give me the solve of this error?

@MuhYusuf93
Copy link

anybody help me please... :(

@Wafflemannauto
Copy link

Wafflemannauto commented Nov 13, 2018

i also still have the errors. I've tried it with the newest master verson an with the one of 21 of July.
I import the project to IntelliJ and let it do the building work.
does anyone have suggestions?
errors

@Wafflemannauto
Copy link

Is is possible that lombook needs to know what setters and getter should be injected?

I generated those missing methods and the "//"s of uncommented methods were removed.
Additionally, I added following constructor:
ArimaParameters(double[] numAR, double[]numMA, double[] numSAR, double[] numSMA) {
this.autoRegressivePars = numAR;
this.movingAveragePars = numMA;
this.seasonalAutoRegressivePars = numSAR;
this.seasonalMovingAveragePars = numSMA;
}

Then all test except two pass. I've also tried to copy the given arrays but this doesn't change the result (in my case).

junit.framework.AssertionFailedError: Range: 1.0 to 3.0 by 1.0 [group 1, item 1] must be Object#equals to Range: 1.0 to 3.0 by 1.0 [group 1, item 2]
at com.google.common.testing.RelationshipTester.assertWithTemplate(RelationshipTester.java:125)
at com.google.common.testing.RelationshipTester.assertRelated(RelationshipTester.java:101)
at com.google.common.testing.RelationshipTester.test(RelationshipTester.java:77)
at com.google.common.testing.EqualsTester.testEquals(EqualsTester.java:119)
at com.github.signaflo.data.RangeSpec.equalsContract(RangeSpec.java:210)

junit.framework.AssertionFailedError: com.github.signaflo.data.regression.MultipleLinearRegressionModel@12843fce [group 1, item 1] must be Object#equals to com.github.signaflo.data.regression.MultipleLinearRegressionModel@3dd3bcd [group 1, item 2]
at com.google.common.testing.RelationshipTester.assertWithTemplate(RelationshipTester.java:125)
at com.google.common.testing.RelationshipTester.assertRelated(RelationshipTester.java:101)
at com.google.common.testing.RelationshipTester.test(RelationshipTester.java:77)
at com.google.common.testing.EqualsTester.testEquals(EqualsTester.java:119)
at com.github.signaflo.data.regression.LinearRegressionSpec.equalsContract(LinearRegressionSpec.java:130)

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

No branches or pull requests

4 participants