diff --git a/src/robofish/io/file.py b/src/robofish/io/file.py index ce1de94530a8ef690aa0bc6cfc28f901b9db5fd6..04f5ef58f9c21e1485b695011584fd7b6912b782 100644 --- a/src/robofish/io/file.py +++ b/src/robofish/io/file.py @@ -428,8 +428,7 @@ class File(h5py.File): removed_in="1.2.4", details="We found that our calculation of 'poses_calc_ori' is flawed." "Please replace it with 'poses' and use the tracked orientation." - "If you see this message and you don't know what to do, update all packages, " - "merge to the master branch of robofish.io if nothing helps, contact Andi.\n" + "If you see this message and you don't know what to do, update all packages and if nothing helps, contact Andi.\n" "Don't ignore this warning, it's a serious issue.", ) def entity_poses_calc_ori(self): @@ -441,8 +440,7 @@ class File(h5py.File): removed_in="1.2.4", details="We found that our calculation of 'poses_calc_ori_rad' is flawed." "Please replace it with 'poses_rad' and use the tracked orientation." - "If you see this message and you don't know what to do, update all packages, " - "merge to the master branch of robofish.io if nothing helps, contact Andi.\n" + "If you see this message and you don't know what to do, update all packages and if nothing helps, contact Andi.\n" "Don't ignore this warning, it's a serious issue.", ) def entity_poses_calc_ori_rad(self): @@ -457,8 +455,7 @@ class File(h5py.File): details="We found that our calculation of 'speed_turn' is flawed and replaced it " "with 'actions_speeds_turns'. The difference in calculation is, that the tracked " "orientation is used now which gives the fish the ability to swim backwards. " - "If you see this message and you don't know what to do, update all packages, " - "merge to the master branch of robofish.io if nothing helps, contact Andi.\n" + "If you see this message and you don't know what to do, update all packages and if nothing helps, contact Andi.\n" "Don't ignore this warning, it's a serious issue.", ) def entity_speeds_turns(self):