Just as stated in the title, I have tried editing a copy of RTIMULib.ini (which is in my current working directory) and the values of the parameters in this file appear to have no effect on the SenseHAT sensors poll rate.
I suspect rather than this being a bug in the Python SenseHAT library, this might be due to me misunderstanding how to set these parameters.
Some questions:
Does a python script look in the current working directory for the file RTIMULib.ini ?
Does a python script read this file and try to set the values for the SenseHAT sensors using the values contained in this file?
Reason for asking: It is possible that only the C/C++ implementations which use RTIMU read this file. (But seems unlikely?)