zwicker-group / py-pde

Python package for solving partial differential equations using finite differences.
https://py-pde.readthedocs.io
MIT License
402 stars 51 forks source link

Warning message seems a bit confusing #448

Closed HannoSpreeuw closed 11 months ago

HannoSpreeuw commented 11 months ago

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"
david-zwicker commented 11 months ago

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