Skip to content

Commit ac88f7e

Browse files
Fixed bug with importing the SU2 MLP writing tool
1 parent e2802f0 commit ac88f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/multilayer_perceptron/Tensroflow2SU2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# License along with SU2. If not, see <http://www.gnu.org/licenses/>.
2828

2929
import tensorflow as tf
30-
import write_SU2_MLP
30+
from write_SU2_MLP import *
3131

3232
# Input names for the SU2 MLP. For the CDataDrivenFluid class, these have to be "Density" and "Energy"
3333
MLP_input_names = ["Density", "Energy"]

0 commit comments

Comments
 (0)