Skip to content

Analysis options overridden by default options #97

Closed
@yaelbh

Description

@yaelbh

Still need to verify that there is really a bug here. It looks like this from the following lines, taken from BaseAnalysis.run:

        analysis_options = self._default_options()
        analysis_options.update_options(**options)

I see two potential issues here:

  • The first line retrieves the default options instead of the current ones, hence overriding the current options by the default ones.
  • Possibly the second line overrides the default options.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions