Skip to content

Commit

Permalink
Remove paddle from supported backends.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburbulla committed Jun 22, 2023
1 parent 43d755c commit 3f5966a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/operator/pideeponet_poisson1d.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Backend supported: tensorflow.compat.v1, tensorflow, pytorch, paddle"""
"""Backend supported: tensorflow.compat.v1, tensorflow, pytorch"""
import numpy as np
import deepxde as dde
import matplotlib.pyplot as plt
Expand Down

0 comments on commit 3f5966a

Please sign in to comment.