Skip to content

Commit

Permalink
Fix: import/export deconvolution parameters (fixes kdavjd#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
SofGolovko committed Jul 2, 2024
1 parent b0b7df9 commit 30c94f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions resources/exp_test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"reaction_0": "gauss",
"reaction_1": "gauss"
}
2 changes: 1 addition & 1 deletion src/gui/main_tab/sub_sidebar/deconvolution_sub_bar.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def save_data(self):
except IOError as e:
QMessageBox.warning(self, "Ошибка", f"Ошибка сохранения таблицы: {e}")
else:
QMessageBox.warning(self, "Ошибка", "Активная таблица реакций не найдена.")
QMessageBox.warning(self, "Ошибка", "Активная таблица не найдена.")

def load_data(self):
try:
Expand Down

0 comments on commit 30c94f0

Please sign in to comment.