Forked from
TU-DA Fluidsystemtechnik / Public / Lehre / quality-kpi
103 commits behind the upstream repository.
-
Richter, Manuela authoredRichter, Manuela authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
calculation_rules.py 314 B
'''
File consists of several functions for the calculation rules of FAIR Quality KPIs
'''
def test_function():
print("You called the test function.")
if __name__ == "__main__":
print("This script contains functions for calculating the FAIR Quality KPIs. It is not to be executed independently.")
pass