DARMA-tasking / LB-analysis-framework

Analysis framework for exploring, testing, and comparing load balancing strategies
Other
3 stars 1 forks source link

#379: Non-blocking follow-on style and consistency post-PR358 #408

Closed tlamonthezie closed 1 year ago

tlamonthezie commented 1 year ago

Fixes #379 Fixes #205

ppebay commented 1 year ago

Alright then. Thanks. On 2023. Jun 20., at 11:43, tlamonthezie @.***> wrote: @tlamonthezie commented on this pull request.

In src/lbaf/Utils/lbsPath.py:

@@ -10,7 +10,7 @@ def abspath(path: str, relative_to: Optional[str] = None) -> Optional[str]:

 :param path: the input path
 :param relative_to: the base path, defaults to None (None = the current working directory)

@ppebay Not sure it is logic to rename. In fact this function accepts both relative or absolute path but returns an an absolute path

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>