SciCompMod / memilio

Modular spatio-temporal models for epidemic and pandemic simulations
https://scicompmod.github.io/memilio/
Apache License 2.0
55 stars 16 forks source link

Warning Message when running fit function in tests #555

Open HenrZu opened 1 year ago

HenrZu commented 1 year ago

When we are running the test_structures_networks function intest_surrogatemodel_ode_secir_simple.py we get the following error message:

WARNING:tensorflow:AutoGraph could not transform <function Model.make_train_function.<locals>.train_function at 0x000002B41A95B310> and will run it as-is.
Please report this to the TensorFlow team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output.
Cause: [Errno 2] No such file or directory: 'C:\\Users\\...\\AppData\\Local\\Temp\\__autograph_generated_filemkofynj7.py'

This seems to be an known issue https://github.com/tensorflow/tensorflow/issues/37144

xsaschako commented 1 year ago

@HenrZu Is this issue resolved through the merge?

HenrZu commented 1 year ago

No, not yet. That's something we'll have to address in the future, but it's not that important.