
Paul Costache
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
Activity overview
Latest activity by Paul Costache-
Paul Costache commented,
It comes from a seemingly unrelated variable declaration. It's a bit weird because it worked a few days ago: list_materials=json.loads(list_materials)['data']. It probably is a mistake of mine so ...
-
Paul Costache commented,
Additionally, are there any other changes to the API ? That's because a previously working model now spits 'the JSON object must be str, bytes or bytearray, not tuple'. Thank you !
-
Paul Costache commented,
Thank you sooo much Ronald ! Have been digging in your manual and API reference for ages now !!
-
Paul Costache created a post,
CloudEnv deprecation
AnsweredHello ! I was just playing with one model and it throws an error: CloudEnv is deprecated, use Env(params={...}) instead This is how I initially used CloudEnv: ``env=gp.Env.CloudEnv(logfilename="...