Skip to content

Commit a1319fc

Browse files
committed
Added tests and example, added data directory (Closes #94 )
1 parent b1deb06 commit a1319fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/tensor_computes/LibtorchGibbsEnergy.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ class LibtorchGibbsEnergy : public TensorOperator<>
3232
std::vector<const torch::Tensor *> _concentrations;
3333
std::vector<torch::Tensor *> _chemical_potentials;
3434

35-
3635
Moose::DataFileUtils::Path _file_path;
3736
// We need to use a pointer here because forward is not const qualified
3837
std::unique_ptr<torch::jit::script::Module> _surrogate;
39-
};
38+
};

0 commit comments

Comments
 (0)