Refactor builtinnet (#474)
* Refactor BuiltinNet into BuiltinModel and BuiltinEnsemble * Change test name * flake8 whitespace * Get rid of redundant comparison * remove unused import * Fix info file bug * flake8 * don't use nonlocal on get_resource * Revert "don't use nonlocal on get_resource" This reverts commit efe221bb4f7ce4a1ccb8c3c73b886bdbad019ab0. * Fix get_resource bug * Add missing init call * Fix species_to_tensor bug * Add species attribute * Add some extra attributes * Fix bug in getitem * Always assign species_converter * Species to tensor is also an entry point * Lets not make it an entry point for now * delete duplicated definition
Showing
Please register or sign in to comment