mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-09 15:51:38 +08:00
BUG: Supply a module for Downsampled terms.
This commit is contained in:
@@ -457,5 +457,6 @@ class DownsampledMixin(StandardOutputs):
|
||||
return type(
|
||||
'Downsampled' + other_base.__name__,
|
||||
(cls, other_base,),
|
||||
{'__doc__': doc},
|
||||
{'__doc__': doc,
|
||||
'__module__': other_base.__module__},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user