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

convergence tests fails #7

Open
mauro3 opened this issue May 27, 2015 · 6 comments
Open

convergence tests fails #7

mauro3 opened this issue May 27, 2015 · 6 comments

Comments

@mauro3
Copy link

mauro3 commented May 27, 2015

I tried to run the convergence test:

...v0.3/DASSL/test((HEAD detached at a17ab3f))  >> julia convergence.jl 
Warning: could not import Base.Text into Tk
INFO: Stepsize too small (h=3.637978807091713e-16 at t=0.0.
INFO: Stepsize too small (h=3.637978807091713e-16 at t=0.0.
ERROR: dimensions must match
 in - at array.jl:723
 in dasslTestConvergence at /home/mauro/.julia/v0.3/DASSL/test/convergence.jl:35
 in dasslDrawConvergence at /home/mauro/.julia/v0.3/DASSL/test/convergence.jl:59
 in include at ./boot.jl:245
 in include_from_node1 at loading.jl:128
 in process_options at ./client.jl:285
 in _start at ./client.jl:354
while loading /home/mauro/.julia/v0.3/DASSL/test/convergence.jl, in expression starting on line 114
@pwl
Copy link
Contributor

pwl commented May 28, 2015

Yeah, convergence tests are ancient and they aren't really a part of the test suite (I just wrote them as a demonstration). I will take a look and either remove or update them.

@ChrisRackauckas
Copy link
Member

Could you add the convergence tests to the standard testing? That would be nice to ensure. If anyone else wants to modify the code, you'll want the convergence tests as part of Travis so you know nothing messed up the algorithm's fundamentals.

@pwl
Copy link
Contributor

pwl commented Nov 7, 2016

I'm not sure if my convergence tests are up to the current standard. Shouldn't we test the convergence using an external package anyway?

@ChrisRackauckas
Copy link
Member

Probably, yes. We should get that up and running (I didn't do a DAE part of the convergence tests since I only wrapped Sundials for that, and I think we can trust Sundials).

What are the problems used for testing DAEs?

@pwl
Copy link
Contributor

pwl commented Nov 7, 2016

My tests just involved a simple exponential problem to catch the obvious errors:-).

What are the problems used for testing DAEs?

That's a good question! I think ODETestSuite implemented some test cases, but I'm not an expert on that.

@mauro3
Copy link
Author

mauro3 commented Nov 7, 2016

You mean IVPTesteSuite, but that is probably deprecated in favor of Chris's package: SciML/Roadmap#4

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

3 participants