Skip to content
Snippets Groups Projects
Commit 704c190e authored by freba's avatar freba :call_me:
Browse files

Updated formatting

parent c5cfd905
No related branches found
No related tags found
No related merge requests found
......@@ -1340,7 +1340,7 @@ class Prosumer:
sig_meas_noise=0.005,
,**kwargs,
):
"""
"""TODO
"""
self.alpha = -np.abs(
np.random.normal(loc=mu_alpha, scale=sig_alpha, size=(2, samples))
......@@ -3463,9 +3463,9 @@ import matplotlib.pyplot as plt
palette = "Set2"
sns.set(palette=palette, style="ticks", context="paper")
DATAPATH = os.path.join(os.getcwd(), "Data")
DATAPATH = os.path.join(os.getcwd(), os.pardir, "Data")
DUMPPATH = os.getcwd()
PLOTPATH = os.path.join(os.getcwd(), "Illustrations")
PLOTPATH = os.path.join(os.getcwd(), os.pardir, "Illustrations")
class Plotter:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment