Skip to content

[scripts] add UNIL-USI results

Dennis Gläser requested to merge feature/add-UNIL-USI-results into master

There is some issues with the data formats in some cases. I marked it with a TODO in the respective script files.

It affects one plot over line (there the arc length is wrong) and several plots over time. Apart from having a header line (which could be easily removed), there seems to be too much data per line and that makes the conversion in the read of the results fail:

c = lambda s: float(s.decode().replace('D', 'e'))
N = 2
data = np.genfromtxt(file_name, delimiter=",", converters=dict(zip(range(N), [c]*N)))
Edited by Dennis Gläser

Merge request reports

Loading