JuliaIntervals / TaylorModels.jl

Rigorous function approximation using Taylor models in Julia
Other
63 stars 14 forks source link

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

Closed Cfather closed 3 years ago

Cfather commented 3 years ago
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 commented 3 years ago

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 commented 3 years ago

Close?

Cfather commented 3 years ago

Thank you for the example!

Marcelo Forets notifications@github.com 于2021年1月18日周一 上午10:04写道:

Close?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/JuliaIntervals/TaylorModels.jl/issues/94#issuecomment-762305741, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJ4NU7GT2NA5QAFNO6OJYL3S2REYHANCNFSM4VUHRQNQ .

lbenet commented 3 years ago

Closed by #95