We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8599724 commit 59cd4e0Copy full SHA for 59cd4e0
ppsci/data/dataset/stafnet_dataset.py
@@ -6,9 +6,8 @@
6
import pandas
7
try:
8
import pgl
9
-except ModuleNotFoundError as e:
10
- logger.error("please install pgl with \'pip install pgl\'.")
11
- raise ModuleNotFoundError(str(e))
+except ModuleNotFoundError:
+ pass
12
from paddle import io
13
from paddle.io import DataLoader
14
from scipy.spatial.distance import cdist
0 commit comments