1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-12 14:21:57 +02:00

(v2.1.1.9221) allow combined numeric MIC values

This commit is contained in:
2025-03-20 21:47:45 +01:00
parent 79f56ad8a4
commit 43660f2b18
5 changed files with 10 additions and 7 deletions

View File

@ -84,9 +84,7 @@ except metadata.PackageNotFoundError:
# R package version of AMR
r_amr_version = robjects.r(f'as.character(packageVersion("AMR", lib.loc = "{r_amr_lib_path}"))')
print(python_amr_version)
print(r_amr_version)
r_amr_version = str(r_amr_version[0])
# Compare R and Python package versions
if r_amr_version != python_amr_version: