Skip to content

Баг с отрицательными температурами #5

@truman369

Description

@truman369

Здравствуйте!
В файле tion.py вкралась ошибка. В строке 112 нужно изменить
result = -(~(result - barrier) + barrier + 1)
на
result = -(~(raw - barrier) + barrier + 1)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions