Skip to content
Snippets Groups Projects
Commit 95e20875 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Clarify documentation

parent e6897b88
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,10 @@
# ReferenceModel
This VIPS model is **an example only, without any actual agronomic value**. It provides examples of how you
create your own pest prediction model that can be deployed to a [VIPSCore-Python server](https://gitlab.nibio.no/VIPS/VIPSCore-Python) deployment.
create your own pest prediction model that can be deployed to a [VIPSCore-Python server](https://gitlab.nibio.no/VIPS/VIPSCore-Python) deployment. This model is using the [VipsCore-Python-Common](https://gitlab.nibio.no/VIPS/vipscore-python-common) package, where you can find general information about [how to implement a VIPS Model in Python](https://gitlab.nibio.no/VIPS/vipscore-python-common/-/blob/main/docs/VIPSModel.md). The current project is a proof-of-concept, demonstrating best practices.
## How to deploy this model
See the [VIPSCore-Python README](https://gitlab.nibio.no/VIPS/VIPSCore-Python#install-vips-models) for how to make it available on that server.
See the [VIPSCore-Python README](https://gitlab.nibio.no/VIPS/VIPSCore-Python#install-vips-models) for how to make it available on that server. Please remember that this model should not be available to the public :-)
## Testing
The tests are located in the `tests` folder, and we're using [Pytest](https://docs.pytest.org/)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment