File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,11 @@ up, so please refer regularly for updates:
158158* **Circular imports: ** Avoid importing from ``pyomo.core `` into any module
159159 in ``pyomo.common `` due to the potential for circular imports.
160160
161+ * **Print statements: ** Avoid printing directly to ``stdout ``. Pyomo is a
162+ library, not an application, and copious output can interfere with downstream
163+ tools and workflows. Use the appropriate logger instead. Print
164+ information only when the user has enabled or requested it.
165+
161166* **Pull Request naming: ** Pull Request titles are added to the CHANGELOG
162167 and the release notes. The Pyomo development team reserves the right to
163168 alter titles as appropriate to ensure they fit the look and feel of
You can’t perform that action at this time.
0 commit comments