Skip to content

Commit

Permalink
refactor: autocorrect RSpec/MetadataStyle cop
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Sep 17, 2023
1 parent e256d45 commit 3bffa8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rumale-pipeline/spec/rumale/pipeline/feature_union_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
let(:fu) { described_class.new(transformers: { rbf: rbf, pca: pca, nmf: nmf }) }
let(:z) { fu.fit_transform(x) }

it 'concatenates each transformed data', aggregate_failures: true do
it 'concatenates each transformed data', :aggregate_failures do
expect(z.class).to eq(Numo::DFloat)
expect(z.ndim).to eq(2)
expect(z.shape[0]).to eq(n_samples)
Expand Down

0 comments on commit 3bffa8a

Please sign in to comment.