Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
DrDavis
/
PythonProject1
like
0
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
84eeea5
PythonProject1
/
.venv
/
Lib
/
site-packages
/
numpy
/
f2py
/
tests
/
src
/
mixed
/
foo_fixed.f90
DrDavis
Upload folder using huggingface_hub
17c6d62
verified
over 1 year ago
raw
Copy download link
history
blame
187 Bytes
module
foo_fixed
contains
subroutine
bar12(a)
!f2py intent(out) a
integer
a
a =
12
end
subroutine
bar12
end
module
foo_fixed