Fix CI syntax blocking tests#1
Merged
Merged
Conversation
added 5 commits
February 7, 2026 00:05
…g in dna_origami_simulator - Complete broken docstring in get_total_performance() method (line 566) - Fix incomplete f-string in create_spherical_shell() method (line 469) - Both files now compile without syntax errors - Resolves MyPy EOF triple-quote error - Resolves pytest collection EOL string literal error
- Updated import statement in test_end_to_end.py - Fixed class name references to match actual class in consciousness_assessment.py - Resolves ImportError during pytest collection
- Updated MicrotubuleSimulator test to use MicrotubuleConfig - Updated GravitationalCollapseCalculator test to use PenroseParameters - Fixed test assertions to match new API - Resolves TypeError: unexpected keyword arguments
…QuantumOrchOR - Fixed PenroseParameters to use tubulin_mass instead of mass_kg - Removed non-existent energy_joules parameter - Fixed QuantumOrchOR to use num_tubulins and coherence_time - Updated test assertions to match actual API - Resolves TypeError: unexpected keyword arguments
- Fixed IonChannel tests to use IonChannelConfig and IonChannelType - Fixed SynapticPlasticity tests to use config dict and initialize() method - Updated integration tests to use proper config objects - Replaced all attribute references (weights -> synaptic_weights) - Resolves TypeError: unexpected keyword arguments for all test files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed MyPy EOF triple-quote error and pytest collection EOL string literal error