Micah Gale
Micah Gale
A little more research: In python 3.10 `NameError` and `AttributeError` is super helpful now a days, and can sometimes give hints for typos: `NameError: name 'FuelSheers' is not defined. Did...
Looking into it further, it seems like it might be easiest to just let python handle everything on its own: so I am thinking just force an attributeError to occur...
Final thought for today: raising `AttributeError` on setattr isn't very pythonic, so I'm wondering if the exception should be downgraded to a Warning. That way the user can decide how...
Yes so I think it makes sense to do it recursively, because it's not very intuitive that a cell in a child universe isn't "in" a universe. I think we...
That is a viable alternative too but is very annoying IMO and I don't think an apparent solution to the average novice.
I have thought about that. I think I would like to implement that, but that would be a much larger scope of revising XML schema and updating the parsers. I'm...
You're right that this would need to be uniform. This could be implemented universally. However, after thinking about it more and more this wouldn't be pythonic to implement.
For the new deploy system working see: [this action](https://github.com/MicahGale/MontePy/actions/runs/8217318890) and [this deployed changelog](https://micahgale.github.io/MontePy/changelog.html)
Should we add #388 to this?
@tjlaboss, you want to procrastinate something?