You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a bit difficult to discern what is actually getting returned. Github Issues use Markdown formatting, and I think some of what you've posted is getting interpreted as Markdown (and a ping to fellow Github user @p who is now probably wondering what this barrage of mentions is about). -- Edit: I realised I can fix the formatting of your post, so have added a few ``` blocks to make things more readable.
It's worth noting anything starting with an underscore (_) is protected interface, and not a guaranteed stable API. We might be able to add an eval_all method to the SkySpark interface if you can provide some detail of how it works so we can better support it, however I'd strongly recommend against any production scripts directly calling _post_grid (or its related _get_grid).
The other thing you can try is when creating your session; specify grid_format=hszinc.MODE_JSON: as it looks like you've requested and got back ZINC encoding and a highly complicated ZINC grid to boot. pyhaystack uses hszinc for ZINC parsing/encoding, so if there's an issue parsing the grid, it'll be a bug in hszinc not pyhaystack.
We are using pyhastack to get data from skyspark.
we are getting data in this form lets say.
But we are getting this error
I want to convert this data into json form. Can any one please assist.
The text was updated successfully, but these errors were encountered: