Merge branch 'master' of ssh://acereca.ddns.net:11444/acereca/BaTh

This commit is contained in:
acereca 2018-04-13 18:38:18 +02:00
commit 503860120f
2 changed files with 4 additions and 1 deletions

View File

@ -8,8 +8,10 @@ compile_pdf:
data_processing:
image: python_datascience
variables:
MPLBACKEND: agg
script:
- python3 data/processing.py
- cd data && python3 processing.py
artifacts:
paths:
- data/2kw_direct.png

View File

@ -3,6 +3,7 @@
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
plt.ioff()
plt.style.use('bmh')
data = pd.read_csv("./log_2kw_direct.csv")