Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working with submodules or import scripts? #86

Open
facusapienza21 opened this issue Jun 26, 2024 · 0 comments
Open

Working with submodules or import scripts? #86

facusapienza21 opened this issue Jun 26, 2024 · 0 comments

Comments

@facusapienza21
Copy link
Member

Right now, both here and in ODINN.jl we include submodules without declaring these as submodules. For example, SphereUDE.jl includes code with

include("types.jl")
include("utils.jl")

but none of these is a submodule by itself (that is, these scripts just have code, without the module declaration). I am not sure if this is desired or not, or if this may have impact in performance for example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant