Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Duplicate module timing information printed #36

@mjermann

Description

@mjermann

To repro:

myFunc <- function(a, b, c) {
    return(a + 2*(floor(b/c)))
}

myModule <- CustomFunctionModule$new(name = "myFunc"
                                     , fun = myFunc)

myModule$startExecution(list(a = 1, b = 2, c=0.3))
myModule$getOutput()

Output:

[1] "*UpDraft* myFunc took 7.70092e-05 seconds to complete"
[1] "*UpDraft* myFunc took 7.70092e-05 seconds to complete"
[1] 13

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomershelp wantedExtra attention is needed

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions