I used the following command to create table:
pyrho make_table -n 316 --approx -N 316 -th 0.002 -o 55_trios
But I got the following error:
Traceback (most recent call last):
File "/home/shabbeerhassan/anaconda2/bin/pyrho", line 11, in
load_entry_point('pyrho==0.0.1', 'console_scripts', 'pyrho')()
File "/home/shabbeerhassan/anaconda2/lib/python2.7/site-packages/pyrho/frontend.py", line 67, in main
func(args)
File "/home/shabbeerhassan/anaconda2/lib/python2.7/site-packages/pyrho/make_table.py", line 82, in _main
load_stationary=args.load_stationary).table
TypeError: init() got an unexpected keyword argument 'store_stationary'
I used the following command to create table: pyrho make_table -n 316 --approx -N 316 -th 0.002 -o 55_trios
But I got the following error: Traceback (most recent call last): File "/home/shabbeerhassan/anaconda2/bin/pyrho", line 11, in
load_entry_point('pyrho==0.0.1', 'console_scripts', 'pyrho')()
File "/home/shabbeerhassan/anaconda2/lib/python2.7/site-packages/pyrho/frontend.py", line 67, in main
func(args)
File "/home/shabbeerhassan/anaconda2/lib/python2.7/site-packages/pyrho/make_table.py", line 82, in _main
load_stationary=args.load_stationary).table
TypeError: init() got an unexpected keyword argument 'store_stationary'