- Timestamp:
- Jun 26, 2023, 10:11:03 PM (3 years ago)
- Branches:
- master
- Children:
- b9c06b98
- Parents:
- 65ef0cd (diff), 917e1fd (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/colby_parsons_MMAth/benchmarks/channels/plotData.py
r65ef0cd rc4497e3 62 62 procCount = 0 63 63 currVariant = 0 64 experiment_duration = 10 64 65 name = "" 65 66 var_name = "" … … 107 108 108 109 lineArr = line.split() 109 tempData[count] = float(lineArr[-1]) 110 tempData[count] = float(lineArr[-1]) / experiment_duration 110 111 count += 1 111 112 if count == numTimes:
Note:
See TracChangeset
for help on using the changeset viewer.