Skip to content

Commit 5642dae

Browse files
authored
Merge pull request #4053 from migueldiascosta/ai_default_moduleclass
add 'ai' default module class
2 parents c10f1e0 + 65b7f70 commit 5642dae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

easybuild/tools/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,7 @@ def mk_full_default_path(name, prefix=DEFAULT_PREFIX):
399399
MODULECLASS_BASE = 'base'
400400
DEFAULT_MODULECLASSES = [
401401
(MODULECLASS_BASE, "Default module class"),
402+
('ai', "Artificial Intelligence (incl. Machine Learning)"),
402403
('astro', "Astronomy, Astrophysics and Cosmology"),
403404
('bio', "Bioinformatics, biology and biomedical"),
404405
('cae', "Computer Aided Engineering (incl. CFD)"),

0 commit comments

Comments
 (0)