Skip to content

Commit

Permalink
Merge pull request #90 from cesmix-mit/emmanuellujan-patch-1
Browse files Browse the repository at this point in the history
Update learning.jl: export ooc_learn!
  • Loading branch information
emmanuellujan authored Oct 21, 2024
2 parents 4c7e70d + fc1b05a commit 25e48fd
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 25e48fd

Please sign in to comment.