Replies: 2 comments
-
|
I'm fine either way...the trend these days does seem to be away from big monolithic packages that do everything so in that respect it makes sense. As long as we can maintain a seamless pipeline between the emulators and pyemu, I'm good... |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I think separate could work. But yes, we def want to be well coordinated between pyemu, pyemu**2, pypestutils, pypestvis, and even pestpp. Maybe some sort of dedicated testbed repo that deals with testing all the cross links? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
G'day folks -
The
Emulatorpackage has been growing. It is now starting to incur nasty things such astensorflowdependencies. I have plans to add more nasty autoencoder architectures as well.Q: does it make sense to move
Emulatorsto its own package? (i.e.pyemusquared"py_emu _emu_lators", get it? haha) Or is sticking to the current optional dependency approach good enough?I suppose the core issue is the
pytestsuite. Emulator tests are incurring much of the runtime, and this is growing for OS & python versions that are supported bytf. Which is a whole other complication in itself...tfpython/OS support is limited.Thoughts? Opinions?
Beta Was this translation helpful? Give feedback.
All reactions