This is a follow up question to Version Control 8.
A colleague emails one of the team members that some of the parameter values that are being used in rich_pred.py
are incorrect and need to be changed urgently. Unfortunately in their haste, the colleague accidentally
sent an old email to the other team member at the same time.
The first email said “Please go to the line that
defines sar_parameters
and change it to
sar_parameters = [[22.7, 0.3], [1.2, 0.163, 0.009],
[14.36, 21.16], [85.91, 42.57],
[1082.45, 1.59, 390000000]]
”
The second, incorrect, email said “Please go to the line that
defines sar_parameters
and change it to
sar_parameters = [[22.7, 0.3], [1.2, 0.163, 0.010],
[14.36, 21.45], [85.91, 42.57],
[1082.45, 1.59, 390000000]]
”
Now, follow these instructions carefully: