IDEMSInternational / epicsawrap

GNU Lesser General Public License v3.0
0 stars 0 forks source link

Test_1 - metadata does not come back in the right format. "definition from summary" is all that is returned. #95

Closed ChrisMarsh82 closed 7 months ago

ChrisMarsh82 commented 7 months ago

This is the case for all functions

lilyclements commented 7 months ago

This is currently intentional. We need to discuss here how we want to do this. The summary is one file and the definitions is another. What if the user updates the summary and not the definitions file?

My idea at the moment is that the time stamps will be useful to match the definitions with the appropriate summary. Presumably we call the most recent summary, and the definitions that corresponds to that? (Rather than calling the most recent definitions).

What if there is no corresponding definition?

lilyclements commented 7 months ago

I have fixed for "annual_rainfall_summaries" in PR #103. I will fix in the others tomorrow

lilyclements commented 7 months ago

This can now be closed after PR https://github.com/IDEMSInternational/epicsawrap/pull/104