gussmith23 / glenside

A pure, low-level tensor program representation enabling tensor program optimization via program rewriting. See the web demo at https://gussmith23.github.io/glenside-web-demo/
71 stars 10 forks source link

Convert tests to doctests #131

Open gussmith23 opened 3 years ago

gussmith23 commented 3 years ago

Lots of tests can be converted to doctests. Doctests were a bit annoying to write in the past b/c of formatting and code editing tools, but perhaps this is getting easier now? Maybe VSCode makes this easier?