Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ketos ketos
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 27
    • Issues 27
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • public_projects
  • ketosketos
  • Issues
  • #85

Closed
Open
Created Dec 16, 2019 by Oliver Kirsebom@kirsebomOwner

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
Assignee
Assign to
Time tracking