While trying to run "varsim.py" to generate variable_source files, I got the following :
**Variable Source Simulator
Inuaguration: Welcome to the VarSim!
Downloading a few prerequisite files
Traceback (most recent call last):
File "/home/ackutluay/anaconda3/envs/platosim/bin/varsim", line 2931, in
v = VarSim(args)
^^^^^^^^^^^^
File "/home/ackutluay/anaconda3/envs/platosim/bin/varsim", line 290, in init
cadence = args.candece / 86400.
^^^^^^^^^^^^
AttributeError: 'Namespace' object has no attribute 'candece'. Did you mean: 'cadence'?**
I manually changed it to "args.cadence" but left this note for developers for further notice.
Kind regards,
While trying to run "varsim.py" to generate variable_source files, I got the following :
**Variable Source Simulator
Inuaguration: Welcome to the VarSim!
Downloading a few prerequisite files
Traceback (most recent call last):
File "/home/ackutluay/anaconda3/envs/platosim/bin/varsim", line 2931, in
v = VarSim(args)
^^^^^^^^^^^^
File "/home/ackutluay/anaconda3/envs/platosim/bin/varsim", line 290, in init
cadence = args.candece / 86400.
^^^^^^^^^^^^
AttributeError: 'Namespace' object has no attribute 'candece'. Did you mean: 'cadence'?**
I manually changed it to "args.cadence" but left this note for developers for further notice.
Kind regards,