Skip to content

Commit

Permalink
Merge pull request #383 from leondavi/torch
Browse files Browse the repository at this point in the history
[FED] Update Nerlnet Version
  • Loading branch information
leondavi committed Aug 3, 2024
2 parents 66c8f8c + 3ce879d commit fb4fb1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src_erl/NerlnetApp/src/nerlnetApp_app.erl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
-behaviour(application).
-include("nerl_tools.hrl").

-define(NERLNET_APP_VERSION, "1.5.1").
-define(NERLNET_APP_VERSION, "1.5.2").
-define(NERLPLANNER_TESTED_VERSION,"1.0.3").

-export([start/2, stop/1]).
Expand Down
2 changes: 1 addition & 1 deletion src_py/nerlPlanner/Definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from logger import *

VERSION = "1.0.3"
NERLNET_VERSION_TESTED_WITH = "1.5.1"
NERLNET_VERSION_TESTED_WITH = "1.5.2"
NERLNET_TMP_PATH = "/tmp/nerlnet"
NERLNET_GRAPHVIZ_OUTPUT_DIR = f"{NERLNET_TMP_PATH}/nerlplanner"
NERLNET_GLOBAL_PATH = "/usr/local/lib/nerlnet-lib/NErlNet"
Expand Down

0 comments on commit fb4fb1e

Please sign in to comment.