Skip to content

Commit

Permalink
Remove precision from common_options
Browse files Browse the repository at this point in the history
Only used by Pharmpy
  • Loading branch information
rikardn committed Nov 26, 2024
1 parent 9dbfb6e commit a6ecbd1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions lib/common_options.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1239,10 +1239,6 @@ EOF
be trusted.
EOF

$help_hash{-precision} = <<'EOF';
-precision='integer'
Precision in sumo output.
EOF
$help_hash{-degree} = <<'EOF';
-degree=number
When tweaking initial estimates in retries/parallel_retries, this number decides the range for the
Expand Down
1 change: 0 additions & 1 deletion lib/tool.pm
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ has 'nonparametric_etas' => ( is => 'rw', isa => 'Bool', default => 0 );
has 'nonparametric_marginals' => ( is => 'rw', isa => 'Bool', default => 0 );
has 'shrinkage' => ( is => 'rw', isa => 'Bool', default => 0 );
has 'eigen_values' => ( is => 'rw', isa => 'Bool', default => 0 );
has 'precision' => ( is => 'rw', isa => 'Num' );
has 'quick_summarize' => ( is => 'rw', isa => 'Bool', default => 0 );
has 'handle_crashes' => ( is => 'rw', isa => 'Bool', default => 1 );
has 'handle_msfo' => ( is => 'rw', isa => 'Bool', default => 0 );
Expand Down

0 comments on commit a6ecbd1

Please sign in to comment.