Skip to content
jlstevens edited this page Nov 3, 2014 · 11 revisions

Notes

  • On doozy, gcal_10000.typ needs to be in /var/lib/buildbot/docs/Documents/Topographica in order to be found by param.resolve_path (for GCAL_Tutorial.ipynb).

  • Doozy needs a .topographicarc as param.resolve_path.search_paths is broken. It should be in /home/topo-buildbot AND /var/lib/buildbot/docs with contents:

    import param
    from topo.misc.commandline import default_output_path
    param.resolve_path.search_paths.append(default_output_path())
    
  • MAKE SURE YOU HAVE CLEAN WORKING DIRECTORY WHEN CREATING SNAPSHOTS FOR DOOZY!

Clone this wiki locally