-
Notifications
You must be signed in to change notification settings - Fork 13
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
removed_type_system #535
base: master
Are you sure you want to change the base?
removed_type_system #535
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #535 +/- ##
==========================================
- Coverage 93.42% 93.34% -0.08%
==========================================
Files 31 31
Lines 3299 3307 +8
==========================================
+ Hits 3082 3087 +5
- Misses 217 220 +3 ☔ View full report in Codecov by Sentry. |
PR Type
enhancement
Description
ubermagutil.typesystem
by commenting out its usage in theLine
class.dim
andn
attributes with private attributes_dim
and_n
and added validation checks for positive integers.@property
methods fordim
andn
to provide controlled access to these attributes.dim
andn
to ensure robustness and correctness.Changes walkthrough 📝
line.py
Removed type system dependency and improved attribute handling
discretisedfield/line.py
ubermagutil.typesystem
by commenting out itsusage.
dim
andn
attributes with private attributes_dim
and_n
andadded validation checks.
@property
methods fordim
andn
to provide controlledaccess.
dim
andn
to ensure they are positiveintegers.