Giter Site home page Giter Site logo

brede's People

Contributors

fnielsen avatar trellixvulnteam avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

brede's Issues

module db not found

Module db (supposedly in db.py) is unknown and it causes an error when importing brede.

As a quick hack, I edited brede/data/bredwiki.py from :

class BredeWikiTemplates(db.DB):

to

class BredeWikiTemplates():

EEGMMIDB class has an initialization error

Hi Finn

Thank you for putting this class together, I was just looking to work with the EEGMMIDB dataset, and came across your code, which looks like it will be very useful for me.

I am however, getting an error when I try to instantiate the EEGMMIDB class --
When I call

$ python brede/data/examples/eegmmidb.py
Traceback (most recent call last):
  File "brede/data/examples/eegmmidb.py", line 55, in <module>
    main(docopt.docopt(__doc__))
  File "brede/data/examples/eegmmidb.py", line 49, in main
    csp_of_two_runs(subject=subject)
  File "brede/data/examples/eegmmidb.py", line 25, in csp_of_two_runs
    eegmmidb = EEGMMIDB()
  File "/Users/anirudh1/anaconda/lib/python2.7/site-packages/brede-0.1.dev0-py2.7.egg/brede/data/eegmmidb.py", line 75, in __init__
    self.data_dir = join(expanduser(config.get('data', 'data_dir')),
  File "/Users/anirudh1/anaconda/lib/python2.7/ConfigParser.py", line 607, in get
    raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'data'

I'm running it on OSX, and have all the dependencies installed. I was able to get through python setup.py install with a few warnings but no errors. Any idea how I can work around this?

Thanks!
Rushil

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.