charmplusplus / charm4py

Parallel Programming with Python and Charm++
https://charm4py.readthedocs.io
Apache License 2.0
289 stars 21 forks source link

Use warnings module to warn about no-op import #229

Closed adigitoleo closed 4 months ago

adigitoleo commented 2 years ago

Changes the print statement to a warning, which allows for more flexibility, for example using warning filters.