From b435d97de42a23e683c10d8f2c11c572981b13ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 22 Jul 2024 19:17:48 +0800 Subject: [PATCH] modify the figure path to fix pdf build --- prepshot/_model/cost.py | 2 +- prepshot/utils.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/prepshot/_model/cost.py b/prepshot/_model/cost.py index 2ae8745..973f872 100644 --- a/prepshot/_model/cost.py +++ b/prepshot/_model/cost.py @@ -9,7 +9,7 @@ The cost equations are defined as follows: -.. image:: ../../_static/cost_eq.png +.. image:: ../_static/cost_eq.png :width: 700 :align: center :alt: Calculation of system-wide total cost diff --git a/prepshot/utils.py b/prepshot/utils.py index 99b85f5..d7705ad 100644 --- a/prepshot/utils.py +++ b/prepshot/utils.py @@ -16,7 +16,7 @@ **Variable Factor** -.. image:: ../../_static/varcost.png +.. image:: ../_static/varcost.png :width: 278 :align: center :alt: Calculation of variable costs @@ -58,7 +58,7 @@ **Investment Factor** -.. image:: ../../_static/invcost.png +.. image:: ../_static/invcost.png :width: 400 :align: center :alt: Calculation of investment costs