it is a little bit hard to follow the code and figure out what is going on. it would be nice if you add more in-line code descriptions using # and put comments of what does each part do. Also, many functions in ./nv folder are missing the "doc string" which explains what does each functions/modules do, takes what kind of data type, and outputs what kind of data.
it is a little bit hard to follow the code and figure out what is going on. it would be nice if you add more in-line code descriptions using
#and put comments of what does each part do. Also, many functions in./nvfolder are missing the "doc string" which explains what does each functions/modules do, takes what kind of data type, and outputs what kind of data.