Skip to content

Change cla #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ By contributing you will agree that your contribution will be put under the same

## Contributor License Agreement (CLA)#

Before you can contribute, you will need to sign our cla [Contributor License Agreement](https://github.com/mercedes-benz/foss/blob/master/cla/2022-04-25_MB_FOSS_CLA_MBTI.pdf) and send the signed CLA to <CLA-mbti@mercedes-benz.com>
Before you can contribute, you will need to sign our cla [Contributor License Agreement](https://github.com/mercedes-benz/foss/blob/master/cla/2024-11-04_MB_FOSS_CLA_MBition.pdf) and send the signed CLA to <CLA-mbition@mercedes-benz.com>


## Communication
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ def expo_r2(self, x):
return 2 ** (4 * x - 3) - 1

def expo_pawd(self, x):
return 2 ** (0.2 * x + 1) - 1
return 2 ** (-0.2 * x + 1) - 1

def calculate_mean(self, *args):
return sum(args) / len(args)
Expand Down