Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sample data #4

Open
edwardoughton opened this issue Aug 8, 2019 · 7 comments
Open

Add sample data #4

edwardoughton opened this issue Aug 8, 2019 · 7 comments
Assignees

Comments

@edwardoughton
Copy link
Owner

No description provided.

@edwardoughton edwardoughton self-assigned this Aug 8, 2019
@vaibhav-jain
Copy link

Hi @edwardoughton

Could you please share/add this file 'data/../results/percentile_50_capacity_lut.csv'

@edwardoughton
Copy link
Owner Author

Hi Vaibhav, this should be created by the repo, so I'm just wondering why you want this provided as a file? In my opinion, the simulation model in the India5G repo is a more updated and better version to use to create these lookup tables. Best wishes, Ed

@vaibhav-jain
Copy link

thanks @edwardoughton for the prompt reply

I thought the same that it should be created by the repo, attaching the complete traceback

(pysim) ➜  pysim5g git:(master) ✗ python vis/vis.py
vis/vis.py:78: UserWarning: 
The palette list has fewer values (6) than needed (10) and will cycle, which may produce an uninterpretable plot.
  plot = sns.relplot(x="Inter-Site Distance (km)", y='Value', hue="Frequency (GHz)",
completed (frequency) barplot (isd)
Traceback (most recent call last):
  File "vis/vis.py", line 444, in <module>
    wide_data = load_summary_lut(max_isd_distance)
  File "vis/vis.py", line 114, in load_summary_lut
    output = pd.read_csv(filename)
  File "/usr/local/anaconda3/envs/pysim/lib/python3.8/site-packages/pandas/util/_decorators.py", line 211, in wrapper
    return func(*args, **kwargs)
  File "/usr/local/anaconda3/envs/pysim/lib/python3.8/site-packages/pandas/util/_decorators.py", line 331, in wrapper
    return func(*args, **kwargs)
  File "/usr/local/anaconda3/envs/pysim/lib/python3.8/site-packages/pandas/io/parsers/readers.py", line 950, in read_csv
    return _read(filepath_or_buffer, kwds)
  File "/usr/local/anaconda3/envs/pysim/lib/python3.8/site-packages/pandas/io/parsers/readers.py", line 605, in _read
    parser = TextFileReader(filepath_or_buffer, **kwds)
  File "/usr/local/anaconda3/envs/pysim/lib/python3.8/site-packages/pandas/io/parsers/readers.py", line 1442, in __init__
    self._engine = self._make_engine(f, self.engine)
  File "/usr/local/anaconda3/envs/pysim/lib/python3.8/site-packages/pandas/io/parsers/readers.py", line 1735, in _make_engine
    self.handles = get_handle(
  File "/usr/local/anaconda3/envs/pysim/lib/python3.8/site-packages/pandas/io/common.py", line 856, in get_handle
    handle = open(
FileNotFoundError: [Errno 2] No such file or directory: 'data/../results/percentile_50_capacity_lut.csv'



@edwardoughton
Copy link
Owner Author

Vaibhav,

Either the file hasn't been created yet because you haven't run the script to generate this lookup table, or the file path is incorrect.

Ed

@alex-cse
Copy link

hello,
also have the same problem here,
after running the "run.py" I do see some CSV files in the folder "result", but I can not find the file "percentile_50_capacity_lut"

@rusly1994
Copy link

+1

@ednotari
Copy link

I have the same problem. Did you manage to create the "data/../results/percentile_50_capacity_lut.csv" file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants