Skip to content

Commit

Permalink
Merge pull request #406 from pyiron/hidden
Browse files Browse the repository at this point in the history
Remove hidden function
  • Loading branch information
jan-janssen authored Sep 10, 2024
2 parents 518a84c + d769bc0 commit d66db91
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions executorlib/shared/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,19 +508,6 @@ def _get_backend_path(
return command_lst


def _get_command_path(executable: str) -> str:
"""
Get path of the backend executable script
Args:
executable (str): Name of the backend executable script, either interactive_parallel.py or interactive_serial.py
Returns:
str: absolute path to the executable script
"""
return os.path.abspath(os.path.join(__file__, "..", "..", "backend", executable))


def _wait_for_free_slots(
active_task_dict: dict, cores_requested: int, max_cores: int
) -> dict:
Expand Down

0 comments on commit d66db91

Please sign in to comment.