Skip to content

Refactor: for logical values, do not use > to reduce confusion #153

@martinctc

Description

@martinctc

There is a place in workpatterns_classify_bw() where a logic step is determined using > on a binary variable. This should be written as == 1 or even == TRUE to make the intent clearer.

ptn_data_personas[Signals_Total <= d & (Before_start>0|After_end>0), Personas := "3 Standard flexible workday"] #do we want to split betwen block and non block?

Metadata

Metadata

Assignees

No one assigned

    Labels

    refactorCode that neither fixes a bug nor changes feature

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions