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

Commit

Permalink
update deeptime clustering include (#1540)
Browse files Browse the repository at this point in the history
  • Loading branch information
clonker committed Feb 16, 2022
1 parent e9d08d7 commit 8c2bc84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions devtools/conda-setup+build.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyemma/coordinates/clustering/src/clustering_module.cpp
Expand Up @@ -4,7 +4,7 @@

#include <center.h>
#include <theobald_rmsd.h>
#include "register_clustering.h"
#include <deeptime/clustering/register_clustering.h>

struct RMSDMetric {
template<typename T>
Expand Down

0 comments on commit 8c2bc84

Please sign in to comment.