Update initialisations.py

This commit is contained in:
Sokratis Anagnostopoulos
2023-03-28 22:47:21 +02:00
committed by GitHub
parent d1f4e97f74
commit fa0f284c60

View File

@ -10,7 +10,7 @@ from floris.tools import static_class as sc
# Open JSON file (change based on the wake model)
neural_info = open(
"inputs_gauss.json",
"example_inputs/inputs_gauss.json",
)