pgrt

Results 17 comments of pgrt
trafficstars

Hello, I remember these exceptions had caught my attention when first looking at the code of OpenTURNS. I have just read them again, here is how I understand the situation:...

Maybe for hmat we should try to either have it relicensed under LGPL or keep GPL with something like the OpenSSL exception of edbrowse, see https://sources.debian.org/src/edbrowse/3.7.7-5/debian/copyright/?hl=11#L11 lines 11 to 24...

Hi @jschueller , I might be overlooking this, but I feel the cephes code in scipy is licensed under BSD-3-Clause, so we should be able to use it in OT...

Thanks, I had missed that. When the author gave his permission, he licensed the exact code that was included in scipy under BSD-3-Clause. So if we pick this code in...

Hello, Thanks for your quick answer and feedback on this issue! Best, Pierre

Hi Julien, Thanks, good catch! By removing this line, the C++ test fails. By adding it as you suggest, the Python test passes.