Skip to content

Missing argument in _set_concentrations() function call #555

@PyLaRi24

Description

@PyLaRi24

Description:
Loading metabolite concentration ranges for thermodynamic analysis from .json as well as from .xlsx fails due to missing argument 'replace_all' in the _set_concentrations() function call (Line 2258 as well as 2320 in main_window.py).

Reproduction:
Steps to reproduce the behavior:

  1. Go to Analysis -> Thermodynamic Analysis -> Load concentration ranges [im M] (replacing all current values) or Load concentration ranges [im M] (amending current values) -> as JSON or as Excel XLSX
  2. Select file
  3. See error

Expected behavior:
Loading the concentration ranges Cmin and Cmax into the metabolite annotations.

Screenshots:

Image

Please complete the following information:

  • OS: MacOS Sequoia (ARM64)
  • Python 3.10

Additional context
Resolved locally by adding replace_all argument in line 2258 and 2320 im main_window.py.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions