You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During #103 we observed this code in PickupCoil.ts:
this._biggestAbsEmf=0.0;// Check that maxEMFProperty is calibrated properly.if(FELQueryParameters.calibrateEMF){this._emfProperty.lazyLink(()=>this.calibrateMaxEMF());}this.maxEMFProperty=newNumberProperty(options.maxEMF,{
We saw that some variables have Emf and some have EMF. We recommend consistency here.
The text was updated successfully, but these errors were encountered:
During #103 we observed this code in PickupCoil.ts:
We saw that some variables have
Emf
and some haveEMF
. We recommend consistency here.The text was updated successfully, but these errors were encountered: