Skip to content

Commit

Permalink
hopefully get documentation running without gif
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelcortes committed Dec 21, 2024
1 parent 00bbfb1 commit 84d87f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions biosteam/units/adsorption.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,12 +236,7 @@ class SingleComponentAdsorptionColumn(PressureVessel, bst.Unit):
... particle_diameter=0.004,
... )
>>> A1.simulate()
>>> # A1.simulation_gif()
.. image:: ../../images/adsorption_column.gif
:align: center
:alt: Adsorption column fluid concentration profile over time.
>>> # A1.simulation_gif() # Create a gif of the fluid concentration profile over time.
>>> A1.results()
Single component adsorption column Units A1
Electricity Power kW 0.241
Expand Down
2 changes: 1 addition & 1 deletion docs/API/units/adsorption.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
adsorption
==========

.. autoclass:: biosteam.units.adsorption.SingleComponentAdsorptionColumn
.. automodule:: biosteam.units.adsorption

0 comments on commit 84d87f3

Please sign in to comment.