Skip to content

Commit

Permalink
Update learning.jl: export ooc_learn!
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuellujan authored Oct 21, 2024
1 parent 4c7e70d commit fc1b05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Learning/learning.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
abstract type AbstractLearningProblem end

export learn!, get_all_energies, get_all_forces
export learn!, ooc_learn!, get_all_energies, get_all_forces

include("general-learning-problem.jl")
include("linear-learning-problem.jl")
Expand Down

0 comments on commit fc1b05a

Please sign in to comment.