Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,16 @@ The output of the script will also be printed to standard out as it is executed.
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.
For example, if your python path was ``/data/SECRET_COMPOUND_NAME/python`` then that would show up in ``debug.log``.

Testing on Systems Without Internet Access
------------------------------------------

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.

As a workaround, can manually download the data from zenodo, then upload it to the HPC for OpenFE to use:

.. parsed-literal::
$
$ python -c "import pooch; print(pooch.os_cache('openfe'))"

Common Errors
-------------
Expand Down