Skip to content

Some minor errors I detected #2

@eloimoliner

Description

@eloimoliner

Hi,
Thanks for your nice contribution!
I detected a couple of errors that maybe you would like to correct:
Here:

return VpSdeCos(sigma_min, sigma_max)

sigma_min and sigma_max are not required for the constructor of VpSdeCos. Same for the other SDEs.
And here:
t = (self.sde.t_max - self.sde.t_min) * t + self.sde_t.t_min

"self.sde_t" is not defined. Maybe it should be "self.sde"?

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