Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
finam
Manage
Activity
Members
Labels
Plan
Issues
32
Issue boards
Milestones
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FINAM
finam
Commits
5636804f
Commit
5636804f
authored
9 months ago
by
Sebastian Müller
🐈
Browse files
Options
Downloads
Patches
Plain Diff
fix warning in cf_units
parent
3a0722a1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!282
fix for cf_units for pint>=0.24
Pipeline
#216342
failed with stages
Stage: test
Stage: build
Stage: docs
in 2 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/finam/data/cf_units.py
+1
-2
1 addition, 2 deletions
src/finam/data/cf_units.py
with
1 addition
and
2 deletions
src/finam/data/cf_units.py
+
1
−
2
View file @
5636804f
...
...
@@ -119,8 +119,7 @@ try:
except
ImportError
:
warnings
.
warn
(
"
Import(s) unavailable to set up matplotlib support...skipping this portion
"
"
of the setup.
"
,
UserWarning
,
"
of the setup.
"
)
# end of vendored code from MetPy
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment