Skip to content

Commit

Permalink
bugfix with import with full path
Browse files Browse the repository at this point in the history
  • Loading branch information
m-karo authored Sep 27, 2024
1 parent ce839d8 commit 9c4c0b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions emf/loadflow_tool/merge.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import pypowsybl
from helper import load_model, load_opdm_data, filename_from_metadata, attr_to_dict, export_model
from emf.loadflow_tool.helper import load_model, load_opdm_data, filename_from_metadata, attr_to_dict, export_model
from emf.loadflow_tool.model_validator.validator import validate_model
import logging
import json
Expand Down Expand Up @@ -285,4 +285,4 @@
publication_responses.append(
{"name": instance_file.name,
"response": publication_response}
)
)

0 comments on commit 9c4c0b3

Please sign in to comment.