Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
VinzentRisch committed Oct 23, 2024
1 parent 7a1e3bd commit 8e75633
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions q2_feature_table/plugin_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
'axis': Str % Choices(['sample', 'feature']),
'seed': Int % Range(0, 2**32) | Str % Choices(["random"])
},

outputs=[('sampled_table', FeatureTable[Frequency])],
input_descriptions={'table': 'The feature table to be sampled.'},
parameter_descriptions={
Expand All @@ -74,7 +73,7 @@
'the resulting table.'),
'axis': ('The axis to sample over. If "sample" then samples will be '
'randomly selected to be retained. If "feature" then '
'a random set of features will be selected to be retained.')
'a random set of features will be selected to be retained.'),
'seed': ('Set the seed for the subsampling. Using the same seed with '
'the same table will always lead to the same result. Using '
'"random", sets the seed to a random number. The random '
Expand Down

0 comments on commit 8e75633

Please sign in to comment.