Skip to content

Can't instantiate abstract class with abstract methods #4

@sdwfrost

Description

@sdwfrost

Using Python 3.8.2 on Ubuntu 20.04, running the demo gives me:

Traceback (most recent call last):
  File "demo_coal_1d.py", line 63, in <module>
    demo()
  File "demo_coal_1d.py", line 43, in demo
    model = build_model(events, domain)
  File "demo_coal_1d.py", line 37, in build_model
    model = VBPP(feature, kernel, domain, q_mu, q_S, beta0=beta0, num_events=num_events)
TypeError: Can't instantiate abstract class VBPP with abstract methods maximum_log_likelihood_objective

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions