Tweaks to demo - error I don't understand#3
Conversation
|
A further issue comes from the point I mentioned in our emails: I believe it would be a good idea (and I hope pretty easy) to make a PDL::IO::Ellipsometry module in this distro. The immediate problem I'm having is, when I try to regenerate the website, it transforms the demo text into this: Because the not-very-clever heuristic wants to change Separately, is there another way to get data loaded without going via a file? That feels like a further way to improve this situation. |
|
Yes for the demo I should put the sample data in the code itself. Will do that in the next iteration. |
These changes are hopefully self-explanatory and slightly improve the code. But on running the demo (in order to add it to the website, as discussed), it's giving:
The error is in this bit:
Before throwing the exception, it reported:
It may be necessary to add more error-catching in PDL::Fit::LM so it's caught a bit more clearly, and/or prints out the data it had an error with. Let me know if so.