bmcfee / crema

convolutional and recurrent estimators for music analysis
BSD 2-Clause "Simplified" License
84 stars 22 forks source link

Fix documentation build #15

Closed bmcfee closed 7 years ago

bmcfee commented 7 years ago

There's currently a problem with the autodocs on analyze. This is ultimately due to the inability to simultaneously mock a module and still parse its docstrings.

Probably the fix to this is to restructure the analyzer so that models are not instantiated until needed.