From 8c2bc84dc1f0230202f368b5799908c16ebd611b Mon Sep 17 00:00:00 2001 From: Moritz Hoffmann Date: Wed, 16 Feb 2022 18:47:15 +0100 Subject: [PATCH] update deeptime clustering include (#1540) --- devtools/conda-setup+build.yml | 1 + pyemma/coordinates/clustering/src/clustering_module.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/devtools/conda-setup+build.yml b/devtools/conda-setup+build.yml index aa91d3da3..3f387b811 100644 --- a/devtools/conda-setup+build.yml +++ b/devtools/conda-setup+build.yml @@ -5,6 +5,7 @@ steps: conda config --set quiet true displayName: Configure conda - bash: | + conda clean --all conda install mamba mamba update --all displayName: Update conda diff --git a/pyemma/coordinates/clustering/src/clustering_module.cpp b/pyemma/coordinates/clustering/src/clustering_module.cpp index 2e251a903..385bb8a67 100644 --- a/pyemma/coordinates/clustering/src/clustering_module.cpp +++ b/pyemma/coordinates/clustering/src/clustering_module.cpp @@ -4,7 +4,7 @@ #include #include -#include "register_clustering.h" +#include struct RMSDMetric { template