Giter Site home page Giter Site logo

sonetor's People

Stargazers

 avatar

Watchers

 avatar

sonetor's Issues

what the trace means

traces like

10.1932 Retrieve 333 (0, 200, 236, 304, 249, 27, 29) (47.5,71.9)

(0, 200, 236, 304, 249, 27, 29) means what, user or content?
and

10.2073 Publish 125 (1485, 12320) (51.8,62.8)

I think (1485, 12320) is 1485(content) and 12320(content size). Is that right?

ConfigParser.

i write this command for generating regular traffic traces:
./sonetor.sh examples/example_positive.ini /tmp/trace1235
Traceback (most recent call last):
File "traffic.py", line 47, in
COMMUNITIES_ENABLED = config.getboolean('General', 'communities_enabled')
File "/usr/lib/python2.7/ConfigParser.py", line 368, in getboolean
v = self.get(section, option)
File "/usr/lib/python2.7/ConfigParser.py", line 340, in get
raise NoOptionError(option, section)
ConfigParser.NoOptionError: No option 'communities_enabled' in section: 'General'
Traceback (most recent call last):
File "mobility.py", line 96, in
min_step = config.getfloat('Mobility', 'min_step') or 0.1
File "/usr/lib/python2.7/ConfigParser.py", line 362, in getfloat
return self._get(section, float, option)
File "/usr/lib/python2.7/ConfigParser.py", line 356, in _get
return conv(self.get(section, option))
File "/usr/lib/python2.7/ConfigParser.py", line 340, in get
raise NoOptionError(option, section)
ConfigParser.NoOptionError: No option 'min_step' in section: 'Mobility'

Getting Error to Generate Trace File

Hi,

I'm getting this error while creating trace file:

~/socialccnsim/sonetor$ ./sonetor.sh examples/example.ini /tmp/tracetest
Traceback (most recent call last):
File "traffic.py", line 32, in
from scipy.stats import geom
ImportError: No module named scipy.stats

Even I've been installed Scipy with these commands and verified:

sudo apt-get install python-scipy
sudo python2 get-pip.py
pip2 install scipy

But still getting same error

Please help me asap.

Thanks

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.