Giter Club home page Giter Club logo

Comments (5)

mwatts15 avatar mwatts15 commented on August 16, 2024

Thanks, @ManuelCarrascoY . c302 gets its PyOpenWorm database from the https://github.com/openworm/OpenWormData repo. There are some other issues with how PyOpenWorm is used in c302 that I'm addressing. Will update this issue when they are resolved.

from c302.

pgleeson avatar pgleeson commented on August 16, 2024

@ManuelCarrascoY c302 uses a specific earlier (pre renaming to owmeta) version of PyOpenWorm, which can be installed by looking at the Travis CI install script here: https://github.com/openworm/c302/blob/master/.travis.yml#L41.

Note however, none of the functionality of c302 is currently dependent on PyOpenWorm, it just really adds metadata to the generated files, e.g. types of neuron, neurotransmitter etc. https://github.com/openworm/c302/blob/master/examples/c302_C0_Oscillator.net.nml#L140. The errors you are getting can be ignored if you have any issue installing POW.

In the longer term there is a plan to pull connectivity data directly from PyOpenWorm/owmeta, as opposed to at present where data is taken from the included spreadsheets (using helper classes, e.g. see https://github.com/openworm/c302/blob/master/c302/UpdatedSpreadsheetDataReader2.py). This shouldn't prevent the use/development of the core features of c302 though in its current form.

from c302.

mwatts15 avatar mwatts15 commented on August 16, 2024

Created PR #26. It suppresses a couple of the logging messages after they are first emitted. The interface to owmeta will be different in that you'll retrieve the data from a bundle which has logic to download the bundle if needed and won't need to specify a specific project directory since bundles download, by default, to a location in the user's home directory.

from c302.

pgleeson avatar pgleeson commented on August 16, 2024

@ManuelCarrascoY Let me know if you managed to get it installed and close this issue if it's working for you.

from c302.

ManuelCarrascoY avatar ManuelCarrascoY commented on August 16, 2024

from c302.

Related Issues (20)

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.