Skip to content

Typo in varsim.py #1181

@ahmetcemkutluay

Description

@ahmetcemkutluay

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions