Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 8c2bc84

Browse files
authored
update deeptime clustering include (#1540)
1 parent e9d08d7 commit 8c2bc84

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

devtools/conda-setup+build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ steps:
55
conda config --set quiet true
66
displayName: Configure conda
77
- bash: |
8+
conda clean --all
89
conda install mamba
910
mamba update --all
1011
displayName: Update conda

pyemma/coordinates/clustering/src/clustering_module.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#include <center.h>
66
#include <theobald_rmsd.h>
7-
#include "register_clustering.h"
7+
#include <deeptime/clustering/register_clustering.h>
88

99
struct RMSDMetric {
1010
template<typename T>

0 commit comments

Comments
 (0)