zfit / phasespace

Phase space generation implemented in TensorFlow
https://phasespace.rtfd.io
BSD 3-Clause "New" or "Revised" License
24 stars 9 forks source link

Make plot file name work on Windows #59

Closed simonthor closed 3 years ago

simonthor commented 3 years ago

The * character is not allowed in file names on Windows, which is included in some of the output file names. The new code replaces * with star to make it compatible.

jonas-eschle commented 3 years ago

Thanks for the fix!