-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Add ESDL XML reader #226
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #226 +/- ##
===========================================
- Coverage 100.00% 90.44% -9.56%
===========================================
Files 5 5
Lines 236 272 +36
===========================================
+ Hits 236 246 +10
- Misses 0 26 +26 ☔ View full report in Codecov by Sentry. |
NOTE: asset-to-graph conversion is currently very lenient with incomplete connections. Test cases have also not yet been updated to be complete & valid
e6f6ee2
to
a2f9215
Compare
This may be unneeded if we use a JSON instead. |
@suvayu If we've decided to use JSON, can we close this PR? |
I'ld like to leave this open until we also get the other attributes |
@suvayu Can we close it now? 🙃 |
sorry, forgot about this alternative. I'll close it |
Pull request details
Describe the changes made in this pull request
Writing a reader to take an ESDL/XML file and turn it into a Julia graph for further internal usage
List of related issues or pull requests
Closes #89
Collaboration confirmation
As a contributor I confirm