-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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:
- 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
- Select file
- See error
Expected behavior:
Loading the concentration ranges Cmin and Cmax into the metabolite annotations.
Screenshots:
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working