You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation.rst
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -650,6 +650,16 @@ The output of the script will also be printed to standard out as it is executed.
650
650
While no sensitive information is extracted, it is good practice to review the output before sending it or posting it to ensure that nothing needs to be redacted.
651
651
For example, if your python path was ``/data/SECRET_COMPOUND_NAME/python`` then that would show up in ``debug.log``.
652
652
653
+
Testing on an Air Gapped Network (most HPCs)
654
+
--------------------------------------------
655
+
656
+
If you run OpenFE's test suite on an HPC that restricts public internet access, OpenFE's tests that require data that are stored on `Zenodo <https://zenodo.org/>`_ will be skipped.
657
+
658
+
As a workaround, can manually download the data from zenodo, then upload it to the HPC for OpenFE to use:
0 commit comments