Skip to content

Commit

Permalink
Update for merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
GaYeongKim committed Nov 14, 2023
1 parent faab21c commit 4cfc9c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion exposan/pm2_ecorecover/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pm2_ecorecover: Calibration & Validation of Phototrophic-Mixotrophic Process Mod

Summary
-------
This module is used to calibrate and validate the Phototrophic-Mixotrophic Process Model (PM2; ``qsdsan.processes.PM2``) using the continuous online monitoring data from the EcoRecover plant. Note that the package `optuna <https://optuna.org/>`_ is needed to run the calibration script.
This module is used to calibrate and validate the Phototrophic-Mixotrophic Process Model (PM2; ``qsdsan.processes.PM2``) using the continuous online monitoring data from the EcoRecover plant. Note that the package `optuna <https://optuna.org/>`_ is needed to run the calibration script and the package `scikit-fda <https://pypi.org/project/scikit-fda/>`_ is needed to run the data cleaning script.

.. figure:: ./readme_figures/pm2_ecorecover.svg

Expand Down
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ addopts =
--ignore-glob='exposan/new_generator/**'
--ignore-glob='exposan/pm2_batch/calibration.py'
--ignore-glob='exposan/pm2_ecorecover/calibration.py'
--ignore-glob='exposan/pm2_ecorecover/data_cleaning.py'
--ignore-glob='exposan/pou_disinfection/analyses/**'
norecursedirs =
build
Expand Down

0 comments on commit 4cfc9c1

Please sign in to comment.