Skip to content

Commit

Permalink
added missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingWorkshop committed Jan 3, 2024
1 parent 593fdae commit 08a1e21
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1 deletion.
Binary file added docs/build/html/_images/cube.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/build/html/_images/lorenz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/build/html/_images/params.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/build/html/_images/roles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/build/html/_images/systems.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/build/html/_static/cube.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/build/html/_static/favicon.ico
Binary file not shown.
Binary file added docs/build/html/_static/params.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/build/html/_static/roles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/build/html/_static/systems.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/dynadojo/systems/lorenz.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class LorenzSystem(SimpleSystem):
>>> y = system.make_data(y0, timesteps=timesteps, noisy=True)
>>> plot([x, y], target_dim=min(latent_dim, 3), labels=["in", "out"], max_lines=15)
.. image:: ../_images/ca.png
.. image:: ../_images/lorenz.png
"""
def __init__(self,
latent_dim=3,
Expand Down

0 comments on commit 08a1e21

Please sign in to comment.