Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
NOCSurfaceProcesses
GeoSpatialTools
Commits
2315451f
Commit
2315451f
authored
1 month ago
by
Joseph Siddons
Browse files
Options
Download
Email Patches
Plain Diff
chore: format
parent
0cece6fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
notebooks/kdtree.ipynb
notebooks/kdtree.ipynb
+2
-2
notebooks/octtree.ipynb
notebooks/octtree.ipynb
+2
-2
No files found.
notebooks/kdtree.ipynb
View file @
2315451f
...
...
@@ -111,8 +111,8 @@
"\n",
" if len(missing) > 0:\n",
" err_str = f\"({calling_func}) - {var_name} missing required columns. \"\n",
" err_str += f
'
Require: {
\", \"
.join(cols)}.
'
\n",
" err_str += f
'
Missing: {
\", \"
.join(missing)}.
'
\n",
" err_str += f
\"
Require: {
', '
.join(cols)}.
\"
\n",
" err_str += f
\"
Missing: {
', '
.join(missing)}.
\"
\n",
" raise ValueError(err_str)\n",
"\n",
" return\n",
...
...
This diff is collapsed.
Click to expand it.
notebooks/octtree.ipynb
View file @
2315451f
...
...
@@ -89,8 +89,8 @@
"\n",
" if len(missing) > 0:\n",
" err_str = f\"({calling_func}) - {var_name} missing required columns. \"\n",
" err_str += f
'
Require: {
\", \"
.join(cols)}.
'
\n",
" err_str += f
'
Missing: {
\", \"
.join(missing)}.
'
\n",
" err_str += f
\"
Require: {
', '
.join(cols)}.
\"
\n",
" err_str += f
\"
Missing: {
', '
.join(missing)}.
\"
\n",
" raise ValueError(err_str)\n",
"\n",
" return\n",
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment