• Ignacio Pickering's avatar
    Refactor builtinnet (#474) · 3a043d45
    Ignacio Pickering authored
    * 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
    3a043d45
test_periodic_table_indexing.py 2.49 KB