Skip to content

Commit aa59600

Browse files
committed
Import platform environment for tests.
1 parent 10e91ff commit aa59600

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<br><br>
2+
13
<div align="center">
24
<img src="docs/images/PyHelios_logo_whiteborder.png" alt="" width="300" />
35
</div>
@@ -8,7 +10,13 @@ Cross-platform Python bindings for [Helios](https://github.com/PlantSimulationLa
810

911
PyHelios provides a Python interface to the powerful Helios C++ library for 3D physical simulation of plant and environmental systems. It enables plant modeling, geometry manipulation, and biophysical simulations including GPU-accelerated radiation transfer, photosynthesis, and plant architecture modeling.
1012

11-
For complete documentation of the Helios library, please visit https://baileylab.ucdavis.edu/software/helios
13+
For complete documentation of PyHelios, please visit: https://plantsimulationlab.github.io/PyHelios/
14+
15+
**Important**
16+
This project is in the early stages of development. The Python API only has a limited subset of the Helios C++ functionality.
17+
The code is likely to change quickly, with backward compatability not being maintained. It is recommended when you update your code to read the changelog in docs/CHANGELOG.md.
18+
19+
For complete documentation of the Helios C++ library, please visit https://baileylab.ucdavis.edu/software/helios
1220

1321
## Platform Support
1422

@@ -280,3 +288,7 @@ For developers looking to integrate additional C++ plugins, see `docs/cpp_plugin
280288
- Testing and documentation standards
281289

282290
For additional support, see the [Helios documentation](https://baileylab.ucdavis.edu/software/helios) or [GitHub issues](https://github.com/PlantSimulationLab/PyHelios/issues).
291+
292+
293+
294+

tests/test_native_build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import sys
99
import subprocess
1010
import pytest
11+
import platform
1112
from pathlib import Path
1213

1314

0 commit comments

Comments
 (0)