Skip to content

Commit

Permalink
align with R version 0.6.1 -- import bcn from local folder Pt.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymoudiki committed Jan 25, 2024
1 parent 3eb3339 commit a54eebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BCN/BCNClassifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
try:
bcn = importr("bcn")
except Exception as e:
bcn = importr("bcn", lib_loc = StrVector(['bcn_r']))
bcn = importr("bcn", lib_loc = 'bcn_r')
stats = importr("stats")
utils = importr("utils")

Expand Down
2 changes: 1 addition & 1 deletion BCN/BCNRegressor.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
try:
bcn = importr("bcn")
except Exception as e:
bcn = importr("bcn", lib_loc = StrVector(['bcn_r']))
bcn = importr("bcn", lib_loc = 'bcn_r')
stats = importr("stats")
utils = importr("utils")

Expand Down

0 comments on commit a54eebc

Please sign in to comment.