Merge branch 'master' of ssh://acereca.ddns.net:11444/acereca/BaTh
This commit is contained in:
commit
503860120f
|
@ -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
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue