Skip to content
Snippets Groups Projects
Commit c369cdfa authored by Rodri's avatar Rodri
Browse files

another small fix

parent 3d3ed89b
No related branches found
No related tags found
Loading
...@@ -50,4 +50,5 @@ def main(): ...@@ -50,4 +50,5 @@ def main():
for key, value in doms_rates.items(): for key, value in doms_rates.items():
f.create_dataset(str(key), data=value) f.create_dataset(str(key), data=value)
main() if __name__ == "__main__":
main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment