James Kent
James Kent
if I change the clone function back to: ```python def clone(self): return type(self)(copy.deepcopy(self._spec)) ``` and run this test from `test_swagger_ui.py`: ```python def test_simple(swagger_ui_app): app_client = swagger_ui_app.test_client() response = app_client.get("/v1.0/spec.json") assert...
if you merge in main, that should fix the codecov errors you are seeing!
I ran into this issue too on a 14 inch screen
[I had some problems interpreting what the transformations did](https://youtu.be/VWUGOEgAsSQ?t=738) using the neuroscout interface, but I see there is [good information in the documentation](https://neuroscout.github.io/neuroscout/builder/transformations/#threshold) (which I didn't read on purpose)
(I asked zkhan12 to open this issue/pull request). The use case for this would be for variable trial(block) lengths for task fmri. The length of the block determines what a...
LGTM, thanks @JulioAPeraza!
Hi @psylym, The example could include the figures, thanks for bringing that to our attention. In the meantime, I have a couple resources for you to use as a reference...
Chiming in to say I'm dealing with the same issue, but for me reverting back to version 0.6.2 works
Thanks for your work on this @oesteban! I largely agree with your approach. # Scope of BEP As a grounding for me (and hopefully for others), the Atlas BEP scope...