question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

filename argument in export_data does not accept folder names.

See original GitHub issue

filename argument in export_data raises an error if the folder name is included. For instance, the following line won’t run, whereas I think it makes sense for it should work.

OpenPNM.export_data(network=net, filename='./Networks/network')

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
jgostickcommented, Feb 12, 2018

hmmm…we’ll have to dig into the file io parts on the GenericIO class and handle this properly.

1reaction
jgostickcommented, Feb 12, 2018

I think it would work if it were an absolute path.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot export data to a file in R (write.csv) - Stack Overflow
First part is to check the working directory and ensure that you have write access to that directory. You can check this with...
Read more >
Error message when you open or save a file in Microsoft Excel
In Microsoft Office Excel 2007, you may receive the following error message: '<Filename>.<extension>' could not be found. Check the spelling of the file...
Read more >
EXPORT command - Help Docs - HighBond
Exports data from Analytics to the specified file format, or to HighBond Results ... You can optionally include a different name for the...
Read more >
Sales & Catering Export File Details
To display the Sales & Catering Export File List screen, select Configuration>External>Sales & Catering>Export Files (available when the Sales & Catering ...
Read more >
PROC EXPORT Statement - SAS Help Center
OUTFILE="filename" | "fileref" ; Alias, FILE ; Restriction, The EXPORT procedure does not support device types or access methods for the FILENAME statement...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found