dmey / synthia

📈 🐍 Multidimensional synthetic data generation with Copula and fPCA models in Python
https://dmey.github.io/synthia
MIT License
53 stars 9 forks source link

Small error in docs #28

Closed BigTuna08 closed 2 years ago

BigTuna08 commented 2 years ago

Hi, just letting you know I noticed a small error in the documentation.

At the bottom of this page https://dmey.github.io/synthia/examples/fpca.html

The error is in line [6] of the code, under "Plot the results".

You have: plot_profiles(ds_true, 'temperature_fl')

But I believe it should be: plot_profiles(ds_synth, 'temperature_fl')

you want to plot results, not the original here.

Cheers & thanks for the cool project!

dmey commented 2 years ago

Good catch! Fixed in #29. Thanks!