pytest ERROR on newly created development branch
Running pytest on the newly created development branch fails with the follow error:
============================================================================================ ERRORS ============================================================================================
___________________________________________________________________ ERROR collecting ketos/neural_networks/interface_test.py ___________________________________________________________________
ketos/neural_networks/interface_test.py:49: in <module>
ResNet.save_recipe("/home/fsfrazao/resnet_recipe.json")
ketos/neural_networks/resnet.py:372: in save_recipe
self.write_recipe_file(json_file=recipe_file, recipe=recipe)
ketos/neural_networks/resnet.py:283: in write_recipe_file
with open(json_file, 'w') as json_recipe:
E FileNotFoundError: [Errno 2] No such file or directory: '/home/fsfrazao/resnet_recipe.json'
Looks like the file /home/fsfrazao/resnet_recipe.json
is missing. @fsfrazao , can you add it to the repository?
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information