Skip to content

Commit

Permalink
Import pandas before IMP to work around CUDA issue
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed May 10, 2024
1 parent 3805fd6 commit 2972fde
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/test_harmonic_spring_score.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
from __future__ import print_function

try:
import pandas
except ImportError:
pandas = None

import IMP
import IMP.test
import IMP.npctransport
Expand Down

0 comments on commit 2972fde

Please sign in to comment.