-
Notifications
You must be signed in to change notification settings - Fork 116
Simple Mass Component #810
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
base: main
Are you sure you want to change the base?
Changes from 157 commits
e5c400b
bf0331e
f5403a2
1b09ca1
3a07d3d
6874eb8
bc14ba6
28386bd
ed26f0c
a8cb4a4
03ee664
afa6928
98ce55a
f255033
ad19bb0
d8f6667
74049aa
b579a38
544306b
1a586cd
92700d7
e342df6
6e0e6b8
ec9ee45
0304988
f6ac6d2
b8185c1
19332cc
8ef6163
6d7468a
31406d3
98ce522
381f662
3164009
9a67145
11bf0e0
dbdee9a
93dc6ae
5080065
a6fe374
133de7b
d079930
4bb9b25
823228d
5dac1cd
5b54053
ffb0e92
a25a59f
254547a
0f2bf51
f694d35
3bcfdf0
f89307c
ca8d07d
2fb633e
476aea3
5d1c940
ab07ae7
fabc45b
3a28290
0f54a13
5b08b4f
a752575
8d5d6c7
3a95cf0
d988607
018d8de
c9fa3f4
53d3016
bf165f8
2bca1b9
07004e7
3ce8adf
a0d2e41
6dfd2d2
860756a
da228e4
41962bd
33484ad
a13ef2e
d2ca94c
1b40693
dac43c3
2966467
58eeee6
efb7b3c
cf33f82
66d9313
5cd215d
6b12740
886a1ab
27ae9e7
b514fec
86a07c4
6acdcde
63097e4
bd62739
ff491ad
1e44c6a
807a229
b2c9fd3
966232c
0abf857
faa5486
ae7b218
38c67c5
a376108
38e8226
1d91038
46bc71f
dc00191
efaa013
55753ed
8a7bfa9
fa47930
9560935
6205792
13d3b17
a0c5cbe
f16ceea
35960b8
0a0fbf3
9dc278e
5ba6b5b
a374579
b8eb933
3ff430b
feaeb88
67f5f76
9e9b1d0
6fd0d81
093baa0
555d280
e3ceffb
8c23aab
1a6cc35
aff52f2
39f392b
a5baed2
80c6ffb
40ad053
ada3042
8e58ad7
98de1a2
792327f
40384a2
d2cb426
1f84990
24bf21e
f2123a2
f85f178
cc7f7e0
dbce6e6
02308f5
695ec83
4e6eb13
cff723b
bbf5b48
96fe4f2
2aa92ab
3f0336c
77ab18f
9c5c9a6
e0d6530
3ccaf6b
dc61d1d
0c2be8a
187410a
37cd55e
4446a85
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Initial guess for time is now duplicated here
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I believe this can be ignored if possible. This was from way earlier in my fork when there were issues with initial guess time, but they were resolved back in January. Not sure why those changes were still in this commit.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Git merge can get confused sometimes, I haven't figured out exactly what triggers it to think an old version of a file is actually a "new" change it should keep
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Since this PR is mostly new files, it might be easiest to just create a new branch from |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
|
|
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.
Our
Ruffcodestyle enforces single-quotes for dictionaries, so you probably want to change these all back.