Ask Your Question

Revision history [back]

There is certainly something wrong with density_plot. Without exploring further, you can define f12 as follows:

def f12(a, b):
    if a - b < 0:
        return RDF(f1(a, b))
    else:
        return RDF(f2(a, b))

This seems to work.

There is certainly something wrong with density_plot. here, thanks for reporting. Without exploring further, you can define f12 as follows:

def f12(a, b):
    if a - b < 0:
        return RDF(f1(a, b))
    else:
        return RDF(f2(a, b))

This seems to work.

There is certainly something wrong with density_plot here, thanks for reporting. Without exploring further, you can define f12 as follows:

def f12(a, b):
    if a - b < 0:
        return RDF(f1(a, b))
    else:
        return RDF(f2(a, b))

This seems to work.

The problem is reported as trac ticket 17684.