Skip to content

Commit

Permalink
unecessary import.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjbrowning committed Apr 29, 2024
1 parent b8c6638 commit eae2587
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sphericart-torch/src/torch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include "sphericart/torch.hpp"

#include <torch/script.h>
#include <torch/torch.h>

#include "sphericart/autograd.hpp"
#include "sphericart/torch_cuda_wrapper.hpp"
Expand All @@ -13,9 +12,7 @@ using namespace sphericart_torch;
SphericalHarmonics::SphericalHarmonics(int64_t l_max, bool normalized, bool backward_second_derivatives)
: l_max_(l_max), normalized_(normalized),
backward_second_derivatives_(backward_second_derivatives),

calculator_double_(l_max_, normalized_), calculator_float_(l_max_, normalized_)

{
this->omp_num_threads_ = calculator_double_.get_omp_num_threads();

Expand Down

0 comments on commit eae2587

Please sign in to comment.