Volatile partitioning between planetary reservoirs with solubility, non-ideality, and condensation

9 stars 5 forks 9 watchers Python GNU General Public License v3.0
3 Open Issues Need Help Last updated: Sep 16, 2025

Open Issues Need Help

View All on GitHub
Outer/inner root finders about 1 month ago
enhancement help wanted

Volatile partitioning between planetary reservoirs with solubility, non-ideality, and condensation

Python
good first issue

Volatile partitioning between planetary reservoirs with solubility, non-ideality, and condensation

Python
Fix FutureWarning 2 months ago

AI Summary: The task is to fix a FutureWarning in the `utilities.py` file of the Atmodeller Python package. The warning arises from calling `float()` on a single-element Pandas Series. The solution involves replacing `float(value)` with `float(value.iloc[0])` on line 125 of `utilities.py`.

Complexity: 1/5
good first issue

Volatile partitioning between planetary reservoirs with solubility, non-ideality, and condensation

Python