From 1433370f9ff4b1b8877a2c3c23feda5e3da6ab00 Mon Sep 17 00:00:00 2001 From: su530201 <olivier.kaufmann@umons.ac.be> Date: Wed, 11 Oct 2023 00:46:51 +0200 Subject: [PATCH] Improve code consistency --- ohmpi/hardware_components/mb_2024_0_2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ohmpi/hardware_components/mb_2024_0_2.py b/ohmpi/hardware_components/mb_2024_0_2.py index 5ba2ed86..01aacbe7 100644 --- a/ohmpi/hardware_components/mb_2024_0_2.py +++ b/ohmpi/hardware_components/mb_2024_0_2.py @@ -66,6 +66,7 @@ def _ads_1115_gain_auto(channel): # Make it a class method ? class Tx(Tx_mb_2023): def __init__(self, **kwargs): + print(f'mb_2023 kwargs: {kwargs}') if 'model' not in kwargs.keys(): for key in SPECS['tx'].keys(): kwargs = enforce_specs(kwargs, SPECS['tx'], key) -- GitLab