-
Notifications
You must be signed in to change notification settings - Fork 12
fix: Remove hjson and rely on json only #109
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
Conversation
fix: pin LPF to 0.1.3
chore(master): release 3.1.8
|
Think it's good now, thanks @RoyThomsonMonash! |
tests/thickness/InterpolatedStructure/test_interpolated_structure.py
Outdated
Show resolved
Hide resolved
lachlangrose
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few things to change in my comments but other than that go for it
|
@lachlangrose thanks for reviewing! |
Description
Removing the hjson dependency as the JSON files used are simple enough without Loop having to build and maintain the hjson library in the loop3d channel. Note this is for merging into v3.2 not the current version.
Also note that the current CI/CD tests are failing due to LoopProjectFile having multiple thicknesses but both master and v3.2 branches in map2loop do not have them yet. Should we pin LoopProjectFile to v0.1.3 until multiple thicknesses are merged or just merge in multiple thicknesses soon?
Also there is a separate linting issue in one of the tests causing linting to fail.
Fixes #64