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

testGtsamPose3SLAMExampleChordal takes too long for day-to-day testing #174

Open
dabrahams opened this issue Aug 19, 2020 · 3 comments
Open
Assignees

Comments

@dabrahams
Copy link
Collaborator

26 seconds really slows down the edit/test/debug cycle. If we need to run a test this big I suggest checking for a special command line argument and only running it when passed, or something.

@ProfFan
Copy link
Collaborator

ProfFan commented Aug 19, 2020

@dabrahams I think we could try reducing the number of iterations and find a lowest number of iters to make it converge

@dabrahams
Copy link
Collaborator Author

If we make it deterministic by using only PRNGs, mightn't it be enough to check that the error follows some prescribed pattern for the first N iterations, rather than testing it all the way to convergence?

@ProfFan
Copy link
Collaborator

ProfFan commented Aug 19, 2020

Yeah I agree, I can put this on my TODO :)

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

2 participants