pathway
pathway copied to clipboard
Warn about missing `pw.run()`
Is your feature request related to a problem? Please describe.
It's easy to forget doing pw.run(), which results in no computation taking place, which can be confusing.
Describe the solution you'd like
There should be a warning when exiting if there are nodes in the computation graph added after the last pw.run() call (including if there was no call at all)