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
H-bearing N solubility law about 1 month ago
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