Skip to content

Commit

Permalink
Test::Version is develop-requires only
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Dec 20, 2024
1 parent cc2d1bb commit 402d653
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ WriteMakefile(
},
TEST_REQUIRES => {
'Machine::Epsilon' => '0',
'Test::More' => '0',
'Test::Version' => '1.003001'

'Test::More' => '0.88',
},
CONFIGURE_REQUIRES => {
'ExtUtils::MakeMaker' => '0',
Expand Down
2 changes: 1 addition & 1 deletion lib/Photonic/Roles/Reorthogonalize.pm
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ sub _fullorthogonalize_indeed {
sub _checkorthogonalize {
my ($self, $n, $a, $b, $c, $b_np1, $g_n, $g_np1)=@_;
return 0 if $self->fullorthogonalize_N; #already orthogonalizing
if($self->_justorthogonalized){
if ($self->_justorthogonalized) {
$self->_write_justorthogonalized(0);
my $current_W=PDL->ones($n)*$self->noise;
my $next_W=PDL->ones($n+1)*$self->noise;
Expand Down

0 comments on commit 402d653

Please sign in to comment.