You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently its not easy for modules to read data generated by other modules. Add a function to the shared module that can read all of the extra data files.
The text was updated successfully, but these errors were encountered:
Adds a new function to the shared module get_allsky_variable This takes a single parameter, variable and will attempt to find the variable either in the Allsky environment variables or the extra data files.
If the variable cannot be found then Non is returned
Testing requires attempting to read a variable in a module that was generated by anotehr module i.e.
variable="AS_OWWEATHER"
test = s.get_allsky_variable(variable)
print(f"{variable}={test}")`
Currently its not easy for modules to read data generated by other modules. Add a function to the shared module that can read all of the extra data files.
The text was updated successfully, but these errors were encountered: