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

Can not use 'taylor_var' and 'make_Taylor_model' #94

Closed
Cfather opened this issue Jan 5, 2021 · 4 comments
Closed

Can not use 'taylor_var' and 'make_Taylor_model' #94

Cfather opened this issue Jan 5, 2021 · 4 comments

Comments

@Cfather
Copy link

Cfather commented Jan 5, 2021

julia> t = taylor_var(2, 0, -0.5..0.5)
ERROR: UndefVarError: taylor_var not defined
Stacktrace:
 [1] top-level scope at REPL[2]:1

julia> t1 = make_Taylor_model(exp, 3, 0, -0.5..0.5)
ERROR: UndefVarError: make_Taylor_model not defined
Stacktrace:
 [1] top-level scope at REPL[3]:1

I tried to run the examples but failed. These two functions 'taylor_var' and 'make_Taylor_model' seem not defined in this repo. I wonder whether there's any pkg I haven't include or import?

@lbenet
Copy link
Member

lbenet commented Jan 5, 2021

Thanks for reporting, and sorry for the confusion of having that file which is related to an old version of the package.

@mforets is addressing this, updating the examples file in #95. Some tests are not passing yet, which I will look up to see what can we do (only in Julia 1.1). In any case, I recommend you to take a look on the proposed changes (https://github.com/JuliaIntervals/TaylorModels.jl/pull/95/files).

@mforets
Copy link
Contributor

mforets commented Jan 18, 2021

Close?

@Cfather
Copy link
Author

Cfather commented Jan 18, 2021 via email

@lbenet
Copy link
Member

lbenet commented Jan 18, 2021

Closed by #95

@lbenet lbenet closed this as completed Jan 18, 2021
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