Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxo-m committed Nov 4, 2024
1 parent 44e38cc commit 781dae8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/testthat/test-allocation_rule.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@ dirpath_for_test <- "../../RLoptimal/allocation_rules"
# filepath_for_test <- system.file("allocation_rules/for_test", package = "RLoptimal")
filepath_for_test <- "../../RLoptimal/allocation_rules/for_test"

print(getwd())
print(dir(getwd()))
print(dir("../"))
print(dir("../../"))
print(dir("../../../"))
print(dir("../../../../"))
print(dir("../../RLoptimal"))
print(dir("../../../../inst"))

# setup_python()
#
Expand Down

0 comments on commit 781dae8

Please sign in to comment.