Changeset 9636


Ignore:
Timestamp:
Feb 7, 2015, 8:17:41 PM (9 years ago)
Author:
steve
Message:

Import error in graphical_mesh_generator

Location:
trunk/anuga_core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/CONTRIBUTING.rst

    r9635 r9636  
    33=================
    44
    5 **Note: This document is just to get started, visit [**Contributing
    6 page**](http://scikit-learn.org/stable/developers/index.html)
    7 for the full contributor's guide. Please be sure to read it carefully to make
    8 the code review process go as smoothly as possible and maximize the
    9 likelihood of your contribution being merged.**
    10 
    11 How to contribute
    12 -----------------
    13 
    145The preferred way to contribute to scikit-learn is to fork the
    15 [main repository](http://github.com/scikit-learn/scikit-learn/) on
     6[main repository](http://github.com/stoiver/anuga_core/) on
    167GitHub:
    178
    18 1. Fork the [project repository](http://github.com/scikit-learn/scikit-learn):
     91. Fork the [project repository](http://github.com/stoiver/anuga_core):
    1910   click on the 'Fork' button near the top of the page. This creates
    2011   a copy of the code under your account on the GitHub server.
     
    10697
    10798A great way to start contributing to scikit-learn is to pick an item
    108 from the list of [Easy issues](https://github.com/scikit-learn/scikit-learn/issues?labels=Easy)
     99from the list of [Easy issues](https://github.com/stoiver/anuga_core/issues?labels=Easy)
    109100in the issue tracker. Resolving these issues allow you to start
    110101contributing to the project without much prior knowledge. Your
     
    140131illustrating it.
    141132
    142 Further Information
    143 -------------------
    144 
    145 Visit the [Contributing Code](http://scikit-learn.org/stable/developers/index.html#coding-guidelines)
    146 section of the website for more information including conforming to the
    147 API spec and profiling contributed code.
  • trunk/anuga_core/anuga/pmesh/graphical_mesh_generator.py

    r8690 r9636  
    1515import os, sys
    1616import profile
    17 import load_mesh.loadASCII
     17import anuga.load_mesh.loadASCII
    1818from anuga.alpha_shape.alpha_shape import AlphaError
    1919import anuga.utilities.log as log
Note: See TracChangeset for help on using the changeset viewer.