cont_regr with both filter and mult break #153
Closed
Comments
For a test case, see: https://gist.github.com/gdementen/e629dce747efab334b69 In 0.9, the following workaround works:
However, this workaround apparently does not work in 0.8.1. |
gdementen
added a commit
that referenced
this issue
Mar 20, 2015
geometric, hypergeometric and zipf return integers all others use always(float) instead of having no dtype method defined (doh!) also made dtype a required argument to avoid such silly errors added a test case for cont_regr with both mult and filter which initially exposed the problem (closes issue #153)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
results in:
ERROR: DFC // dynamicfunctioncall(normal(0, 1).dtype, None)
(or with earlier versions):
ERROR: normal(loc=0, scale=1).dtype(<context.EntityContext object at 0x066D07D0>)
The text was updated successfully, but these errors were encountered: