Skip to content

Commit

Permalink
Merge pull request #526 from rikhuijzer/patch-1
Browse files Browse the repository at this point in the history
Fix SIRUS `load_path`s
  • Loading branch information
ablaom authored Sep 20, 2023
2 parents ba5de1b + f3f9a0d commit 0aacb7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/registry/Metadata.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3444,7 +3444,7 @@
":is_pure_julia" = "`true`"
":package_name" = "SIRUS"
":package_license" = "MIT"
":load_path" = "SIRUS.StableForestClassifier"
":load_path" = "SIRUS.StableRulesClassifier"
":package_uuid" = "9113e207-2504-4b06-8eee-d78e288bee65"
":package_url" = "https://github.com/rikhuijzer/SIRUS.jl"
":is_wrapper" = "`false`"
Expand Down Expand Up @@ -3478,7 +3478,7 @@
":is_pure_julia" = "`true`"
":package_name" = "SIRUS"
":package_license" = "MIT"
":load_path" = "SIRUS.StableForestRegressor"
":load_path" = "SIRUS.StableRulesRegressor"
":package_uuid" = "9113e207-2504-4b06-8eee-d78e288bee65"
":package_url" = "https://github.com/rikhuijzer/SIRUS.jl"
":is_wrapper" = "`false`"
Expand Down

0 comments on commit 0aacb7c

Please sign in to comment.