Not sure why this change occurred during the re-locking process. Accepting sdf diffs to go into Observe.
Something is rounding these values. Their actual values should be the higher precision ones, but I also don't think that it really matters other than from a consistency standpoint. I'll look into this.
I believe that I found this discrepancy in lscparams.py. It wasn't the code that was rounding it, but it must have been a human. The filter medm only displays the offset values to the precision of 10*-1, even though the actual value of it could be much more. Ex: offset value actual = 10.15, displayed = 10.2
Either way, the place in the code that was doing it I have changed and reloaded the appropriate nodes.