Skip to content
Snippets Groups Projects
Commit c4aaa0ff authored by Alexis GAMELIN's avatar Alexis GAMELIN
Browse files

Merge branch 'fix-beam_ion_monitor' into 'develop'

[fix] IonMonitor mp_number attribute

See merge request !41
parents face9c30 118b164a
Branches
Tags
2 merge requests!480.9.0,!41[fix] IonMonitor mp_number attribute
...@@ -68,7 +68,7 @@ class IonMonitor(Monitor, metaclass=ABCMeta): ...@@ -68,7 +68,7 @@ class IonMonitor(Monitor, metaclass=ABCMeta):
"mean": (4, total_size), "mean": (4, total_size),
"std": (4, total_size), "std": (4, total_size),
"charge": (total_size, ), "charge": (total_size, ),
"mp_number": (buffer_size, ), "mp_number": (total_size, ),
} }
self.monitor_init(group_name, save_every, buffer_size, total_size, self.monitor_init(group_name, save_every, buffer_size, total_size,
dict_buffer, dict_file, file_name) dict_buffer, dict_file, file_name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment