Skip to content
Snippets Groups Projects
Commit b31e7fa3 authored by Christopher Randolph Rhodes's avatar Christopher Randolph Rhodes
Browse files

Added assertion on confusion matrix

parent 9f4881a2
No related branches found
No related tags found
2 merge requests!65Release 2024.10.01,!60Preparation for build
This commit is part of merge request !60. Comments created here will be created in the context of that merge request.
......@@ -18,7 +18,7 @@ and exposes an extensible API to facilitate low-latency analysis.
`git clone https://almf-staff:KJmFvyPRbpzoVZDqfMzV@git.embl.de/rhodes/model_server.git`
5. Create the environment: `mamba env create --file requirements.yml --name model_server_env`
6. Activate the environment: `mamba activate model_server_env`
7. Add the project source as a Python package: `pip install -e .`
7. Add the project source as a Python package: `pip install --no-deps -e .`
## To start the server:
1. From the Miniforge prompt, run `mamba activate model_server_env`
......
......@@ -15,7 +15,7 @@ def parse_args():
)
parser.add_argument(
'--confpath',
default='conf.servers.ilastik',
default='conf.servers.extensions',
help='path to server startup configuration',
)
parser.add_argument(
......
......@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "model_server"
license = {file = "LICENSE"}
version = "2024.07.08"
version = "2024.09_25"
authors = [
{ name="Christopher Rhodes", email="christopher.rhodes@embl.de" },
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment