d19f211130de38bb931bbf101df7c6d0698d6e56,prody/dynamics/functions.py,,calcENM,#Any#Any#Any#Any#Any#Any#Any#,351
Before Change
elif model is ANM:
model = "anm"
elif isinstance(model, str):
model = model.lower().strip()
else:
raise TypeError("invalid type for model: {0}".format(type(model)))
After Change
elif model is ANM:
model = "anm"
else:
model = str(model).lower().strip()
if trim is reduceModel:
trim = "reduce"
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 3
Instances Project Name: prody/ProDy
Commit Name: d19f211130de38bb931bbf101df7c6d0698d6e56
Time: 2018-02-27
Author: shz66@pitt.edu
File Name: prody/dynamics/functions.py
Class Name:
Method Name: calcENM
Project Name: hellohaptik/chatbot_ner
Commit Name: e870ef14c590502fb0dc5ff3199e2602a87ec008
Time: 2019-03-18
Author: jain.chirag925@gmail.com
File Name: ner_v1/detectors/numeral/budget/budget_detection.py
Class Name: BudgetDetector
Method Name: _detect_min_budget
Project Name: prody/ProDy
Commit Name: 1c01f08cd378eabf223345e4ac7f0357bbf93649
Time: 2018-02-26
Author: shz66@pitt.edu
File Name: prody/dynamics/functions.py
Class Name:
Method Name: calcENM
Project Name: hellohaptik/chatbot_ner
Commit Name: e870ef14c590502fb0dc5ff3199e2602a87ec008
Time: 2019-03-18
Author: jain.chirag925@gmail.com
File Name: ner_v1/detectors/numeral/budget/budget_detection.py
Class Name: BudgetDetector
Method Name: _detect_max_budget