Update 3B-2 with an absolute floor

This commit is contained in:
rebuilt 2022-09-20 14:45:20 -07:00
parent 1be6e79fd8
commit 3ee909bbea
3 changed files with 6737 additions and 6737 deletions

View file

@ -64,8 +64,8 @@ RSpec.describe Dese::ThreeBTwo do
row['Likert Score'].to_f
end.flatten.compact
expect(results.take(20)).to eq [1.78, 1.0, 5.0, 5.0, 1.0, 1.0, 5.0, 1.25, 1.68, 2.22, 2.48, 2.84, 1.27, 2.15,
3.0, 1.83, 2.23, 1.0, 3.28, 2.74]
expect(results.take(20)).to eq [1.78, 1.0, 5.0, 5.0, 1.0, 1.0, 5.0, 1.0, 1.0, 1.0, 2.48, 2.84, 1.0, 1.0, 3.0,
1.0, 1.0, 1.0, 1.0, 1.0]
end
end
end