Closed jonathan-laurent closed 4 years ago
I am getting the following warning when compiling code that uses the Numpy module from pyml:
Numpy
pyml
File "_none_", line 1: Warning 58: no cmx file was found in path for module Numpy, and its interface was not compiled with -opaque
This happens for example when compiling the A2C example from ocaml-torch.
Should be fixed now. Thank for the report!
I am getting the following warning when compiling code that uses the
Numpy
module frompyml
:This happens for example when compiling the A2C example from ocaml-torch.