From 515b321f04a2e6e6331c81b9e8865a7bd5f25967 Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Wed, 30 Aug 2023 14:23:36 -0600 Subject: [PATCH] remove TODO, https://github.com/phetsims/build-a-nucleus/issues/105 --- js/chart-intro/model/ParticleNucleus.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/js/chart-intro/model/ParticleNucleus.ts b/js/chart-intro/model/ParticleNucleus.ts index d600051..01e8962 100644 --- a/js/chart-intro/model/ParticleNucleus.ts +++ b/js/chart-intro/model/ParticleNucleus.ts @@ -262,7 +262,6 @@ class ParticleNucleus extends ParticleAtom { this.modelViewTransform.modelToViewX( ALLOWED_PARTICLE_POSITIONS[ 1 ][ ALLOWED_PARTICLE_POSITIONS[ 1 ].length - 1 ] ) - this.modelViewTransform.modelToViewX( ALLOWED_PARTICLE_POSITIONS[ 1 ][ 0 ] ); - // TODO: assert that the n+1 spot has an empty particle in the shell position, https://github.com/phetsims/build-a-nucleus/issues/105 particleArray.forEach( ( particle, index ) => { const yPosition = EnergyLevelType.getForIndex( index ).yPosition; const xPosition = this.getLocalXIndex( index, yPosition );