zwicker-group / py-pde

Python package for solving partial differential equations using finite differences.

Home Page:https://py-pde.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning message seems a bit confusing

HannoSpreeuw opened this issue · comments

I got a bit puzzled by this warning message:

"`apply_operator` is deprecated. Use `apply_operator` instead"

What is meant is probably:

"`_apply_operator` is deprecated. Use `apply_operator` instead"

Good point! This is certainly a typo in the warning. I'll correct it soon. Thanks for reporting!