Skip to content

Commit 332a365

Browse files
committed
Fixing issue in main-emos.c and adding lias as author
1 parent 7928d92 commit 332a365

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description = "A Clustering under radius constraints algorithm using minimum dom
99
readme = "README.md"
1010
authors = [
1111
{name = "Quentin Haenn"},
12+
{name = "Lias Laboratory"}
1213
]
1314

1415
dependencies = [
@@ -37,6 +38,7 @@ classifiers=[
3738
"Programming Language :: Python :: 3.10",
3839
"Programming Language :: Python :: 3.11",
3940
"Programming Language :: Python :: 3.12",
41+
"Programming Language :: Python :: 3.13",
4042
"Programming Language :: Python :: Implementation :: CPython",
4143
]
4244
keywords = ["Unsupervised learning","clustering", "minimum dominating sets","clustering under radius constraint"]

radius_clustering/utils/main-emos.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Copyright (C) 2024, Haenn Quentin.
2020
#include <sys/types.h>
2121
#else
2222
#error "Unsupported platform"
23+
#endif
2324
#include <limits.h>
2425
#include <unistd.h>
2526
#include <math.h>

0 commit comments

Comments
 (0)