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

Problems when running simulations with too many decimals #69

Closed
Emblanc opened this issue Jan 23, 2019 · 1 comment
Closed

Problems when running simulations with too many decimals #69

Emblanc opened this issue Jan 23, 2019 · 1 comment

Comments

@Emblanc
Copy link
Collaborator

Emblanc commented Jan 23, 2019

(walter) jenjalbert@cabidos:~/WALTer/testhypercube$ walter -i
sim_scheme_hypercube_court.csv
Traceback (most recent call last):
File "/home/jenjalbert/miniconda2/envs/walter/bin/walter", line 11,
in
load_entry_point('walter', 'console_scripts', 'walter')()
File "/home/jenjalbert/WALTer/src/walter/command_line.py", line 64,
in main
prj = project.Project(args.p)
File "/home/jenjalbert/WALTer/src/walter/project.py", line 70, in
init
self.itable = OrderedDict(self.read_itable(self.dirname / itable))
File "/home/jenjalbert/WALTer/src/walter/project.py", line 154, in
read_itable
return _byteify(json.load(itable))
File
"/home/jenjalbert/miniconda2/envs/walter/lib/python2.7/json/init.py",
line 291, in load
**kw)
File
"/home/jenjalbert/miniconda2/envs/walter/lib/python2.7/json/init.py",
line 339, in loads
return _default_decoder.decode(s)
File
"/home/jenjalbert/miniconda2/envs/walter/lib/python2.7/json/decoder.py",
line 367, in decode
raise ValueError(errmsg("Extra data", s, end, len(s)))
ValueError: Extra data: line 1 column 126095 - line 1 column 126100
(char 126094 - 126099)

@Emblanc Emblanc changed the title Problems when running simulations with to many decimals Problems when running simulations with too many decimals Jan 23, 2019
@Emblanc
Copy link
Collaborator Author

Emblanc commented Apr 9, 2019

This is related to issue #71

@Emblanc Emblanc closed this as completed Apr 9, 2019
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

1 participant